aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-15 15:34:58 +0000
committerng0 <ng0@n0.is>2019-02-15 15:34:58 +0000
commita7db980d909c3c1edff8ebfe3c92914c24318abf (patch)
tree160dc90e660a2380930157f628590445f53b7218
parenta9ef3374ef27573145442b17514a182f9db19fbc (diff)
downloadwww-a7db980d909c3c1edff8ebfe3c92914c24318abf.tar.gz
www-a7db980d909c3c1edff8ebfe3c92914c24318abf.zip
close 5570 (hover effect colors)
-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;