aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index cc11966b..a074996f 100644
--- a/styles.css
+++ b/styles.css
@@ -59,12 +59,18 @@ body {
59 padding-top: 3.5rem; 59 padding-top: 3.5rem;
60} 60}
61 61
62/*
63 Hover effects with this color don't work out!
64 See https://gnunet.org/bugs/view.php?id=5570
65*/
66/*
62#body_content a:hover { 67#body_content a:hover {
63 transition: background-color 0.7s; 68 transition: background-color 0.7s;
64 background-color: #d00; 69 background-color: #d00;
65 border-color: #fff; 70 border-color: #fff;
66 color: white !important; 71 color: white !important;
67} 72}
73*/
68.btn-primary { 74.btn-primary {
69 color: #fff; 75 color: #fff;
70 background-color: #678; 76 background-color: #678;