mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 07:36:23 -07:00
lightbox section boxes now independent of theme
This commit is contained in:
parent
30a80dc8a9
commit
d23789daf6
1 changed files with 9 additions and 0 deletions
|
@ -56,4 +56,13 @@
|
||||||
clear: both;
|
clear: both;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightbox div.section-body {
|
||||||
|
background-color: #A0A0A0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightbox div.section-title-block {
|
||||||
|
border-radius: 0px;
|
||||||
|
background-color: #777777;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue