aboutsummaryrefslogtreecommitdiff
path: root/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 4e5df555..66766c11 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -250,17 +250,17 @@ summary {
padding: 5px 10px;
cursor: pointer;
background: #06022c;
- color: #8693e1;
+ color: #8693e1 !important;
margin: 0 5px;
}
.page-disabled {
- color: #aaa;
+ color: #aaa !important;
cursor: not-allowed;
}
.page-active {
- color: #fff;
+ color: #fff !important;
background: #000;
text-decoration: none;
}