diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-29 14:45:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-29 14:45:50 +0200 |
commit | e90e4e4a5957a8902532358ac22bffed009bb245 (patch) | |
tree | 93ac2a6649611dc7c4c1fe40d591bb284521ad39 /view/theme/redbasic | |
parent | 954176cfc3e5c49e9ed74749bd52d2c8ff3c3852 (diff) | |
download | volse-hubzilla-e90e4e4a5957a8902532358ac22bffed009bb245.tar.gz volse-hubzilla-e90e4e4a5957a8902532358ac22bffed009bb245.tar.bz2 volse-hubzilla-e90e4e4a5957a8902532358ac22bffed009bb245.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 156df07ff..601124227 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -878,14 +878,22 @@ margin-right: 50px; list-style-type: none; } -.generic-icons { +.generic-icons, +a .generic-icons { font-size: 1rem; margin-right: 0.5rem; + color: $font_colour; +} + +.generic-icons:hover, +a .generic-icons:hover { + color: $font_colour; } .generic-icons-right { font-size: 1rem; margin-left: 0.5rem; + color: $font_colour; } @@ -901,7 +909,8 @@ margin-right: 50px; .drop-icons, a .drop-icons { - font-size: 1.2em; + font-size: 1rem; + color: $font_colour; text-decoration: none; cursor: pointer; } |