Commit e9821d32fb6ff15378e16ebab78b3dc2eee3129d
tweak notification colors to contrast with sidebar
Matt McKegg committed on 10/31/2016, 9:43:10 PMParent: 53f025a1f54ccd17981e2fc9a71ef5b27bce8f99
Files changed
styles/feed-event.mcss | changed |
styles/notifier.mcss | changed |
styles/feed-event.mcss | ||
---|---|---|
@@ -11,14 +11,15 @@ | ||
11 | 11 … | font-size: 120% |
12 | 12 … | } |
13 | 13 … | |
14 | 14 … | a.full { |
15 | - display: block | |
15 … | + display: block; | |
16 | 16 … | padding: 10px; |
17 | - background: #d6e4ec; | |
17 … | + background: #daecd6; | |
18 | 18 … | border-top: 1px solid #bbc9d2; |
19 | 19 … | border-bottom: 1px solid #bbc9d2; |
20 | 20 … | text-align: center; |
21 … | + color: #759053; | |
21 | 22 … | } |
22 | 23 … | |
23 | 24 … | div.replies { |
24 | 25 … | font-size: 100% |
styles/notifier.mcss | ||
---|---|---|
@@ -12,7 +12,13 @@ | ||
12 | 12 … | animation: 0.5s slide-in |
13 | 13 … | position: relative |
14 | 14 … | |
15 | 15 … | -loader { |
16 … | + background: rgb(255, 239, 217); | |
17 … | + border-bottom: 1px solid rgb(228, 220, 195); | |
18 … | + color: #10100c !important; | |
16 | 19 … | |
20 … | + :hover { | |
21 … | + background: rgb(245, 229, 207); | |
22 … | + } | |
17 | 23 … | } |
18 | 24 … | } |
Built with git-ssb-web