aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/static/styles.css b/static/styles.css
index e195740f..a1813870 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -214,13 +214,6 @@ html {
214 background-color: #333; 214 background-color: #333;
215 color: white; 215 color: white;
216} 216}
217.dark a,
218.dark a:link,
219.dark a:visited
220{
221 color: white;
222}
223
224 217
225.c_acronym { 218.c_acronym {
226 background-color: #68a; 219 background-color: #68a;
@@ -329,4 +322,5 @@ footer {
329 322
330#body_content .jumbotron { 323#body_content .jumbotron {
331 background-color: #333; 324 background-color: #333;
325 margin-bottom: 0px;
332} 326}