diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-08 21:45:27 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-08 21:45:27 -0500 |
commit | 60ea5c63533182f9fb9deb93e44cdc4426923b13 (patch) | |
tree | 2408779e75fafbf2ab34a9ab061e23e37d99ec93 /assets/sass | |
parent | b03c1c5ff4f3da5ffa1bd520a4944159ac254f4d (diff) |
Fix CSS for notification icon
Diffstat (limited to 'assets/sass')
-rw-r--r-- | assets/sass/_header.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/_header.sass b/assets/sass/_header.sass index 017d4445..c6a166c6 100644 --- a/assets/sass/_header.sass +++ b/assets/sass/_header.sass @@ -36,7 +36,7 @@ header opacity: 0.3 font-size: size('tiny') -.web-notification-icon +a i.web-notification-icon color: link-color('primary') &:focus, &:hover color: color('dark') |