mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 20:41:03 +00:00
Merge pull request #5453 from Simounet/fix/5421-dark-theme-developper-page
Fix/5421 dark theme developper page
This commit is contained in:
commit
c34760127f
3 changed files with 11 additions and 3 deletions
|
@ -19,6 +19,7 @@
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.striped > tbody > tr:nth-child(2n+1),
|
||||||
.dropdown-content li {
|
.dropdown-content li {
|
||||||
background-color: #232323;
|
background-color: #232323;
|
||||||
}
|
}
|
||||||
|
@ -108,7 +109,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-bottom,
|
.border-bottom,
|
||||||
.collapsible {
|
.collapsible,
|
||||||
|
.collapsible-body,
|
||||||
|
.collapsible-header {
|
||||||
border-color: #222;
|
border-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,6 +119,11 @@
|
||||||
background-color: #666;
|
background-color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hljs {
|
||||||
|
color: #abb2bf;
|
||||||
|
background-color: #282c34;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) {
|
@media only screen and (min-width: 992px) {
|
||||||
#article {
|
#article {
|
||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue