aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index 5adc8933..e195740f 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -212,8 +212,16 @@ html {
212 212
213.dark { 213.dark {
214 background-color: #333; 214 background-color: #333;
215 color: white;
216}
217.dark a,
218.dark a:link,
219.dark a:visited
220{
221 color: white;
215} 222}
216 223
224
217.c_acronym { 225.c_acronym {
218 background-color: #68a; 226 background-color: #68a;
219 color: white; 227 color: white;
@@ -320,5 +328,5 @@ footer {
320} 328}
321 329
322#body_content .jumbotron { 330#body_content .jumbotron {
323 background-color: white; 331 background-color: #333;
324} 332}