1
0
Fork 0
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:
Joshua Merrell 2013-06-08 17:39:37 -07:00
parent 30a80dc8a9
commit d23789daf6

View file

@ -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;
} }