Update stylesheet for gitlab docs
This commit is contained in:
parent
27f0988a5e
commit
8c1c448e21
1 changed files with 8 additions and 14 deletions
|
@ -1712,23 +1712,17 @@ a.comment-user.owner {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* gitlab */
|
/* gitlab */
|
||||||
.file-title-flex-parent {
|
.nav-sidebar, .nav-wrapper, .file-title-flex-parent, .toggle-sidebar-button, .close-nav-button {
|
||||||
background-color: %base01% !important
|
background-color: #534636 !important
|
||||||
}
|
}
|
||||||
.nav-sidebar {
|
.info-well, table.table tr th, .md table:not(.code) tr th, .clipboard-group .label-monospace, .commit-sha-group .label-monospace {
|
||||||
background-color: %base01% !important
|
background-color: #645240 !important
|
||||||
}
|
}
|
||||||
.toggle-sidebar-button, .close-nav-button {
|
.header p {
|
||||||
background-color: %base01% !important
|
color: #645240 !important
|
||||||
}
|
}
|
||||||
.info-well {
|
.main, .header {
|
||||||
background-color: %base02% !important
|
background-color: inherit !important;
|
||||||
}
|
|
||||||
table.table tr th, .md table:not(.code) tr th {
|
|
||||||
background-color: %base02% !important
|
|
||||||
}
|
|
||||||
.clipboard-group .label-monospace, .commit-sha-group .label-monospace {
|
|
||||||
background-color: %base02% !important
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* youtube */
|
/* youtube */
|
||||||
|
|
Loading…
Reference in a new issue