Commit d8b6f036c819308b37141732de65ca30cf12b966
experiment with black text on channel list
Matt McKegg committed on 4/16/2017, 4:53:21 AMParent: 96a42eea63e7c6a6cf299214be542ab9e1a5c260
Files changed
styles/channel-list.mcss | changed |
styles/split-view.mcss | changed |
styles/channel-list.mcss | ||
---|---|---|
@@ -4,8 +4,9 @@ | ||
4 | 4 … | padding: 8px 10px; |
5 | 5 … | font-size: 110%; |
6 | 6 … | margin: 4px 0; |
7 | 7 … | background: rgba(255, 255, 255, 0.66); |
8 … | + color: #333; | |
8 | 9 … | border-radius: 5px; |
9 | 10 … | position: relative |
10 | 11 … | transition: background-color 0.2s |
11 | 12 … | max-width: 250px; |
styles/split-view.mcss | |||
---|---|---|---|
@@ -9,9 +9,9 @@ | |||
9 | 9 … | } | |
10 | 10 … | div.side { | |
11 | 11 … | width: 280px; | |
12 | 12 … | padding: 20px; | |
13 | - background: linear-gradient(81deg, #d2f0ff, #ffffff); | ||
13 … | + background: linear-gradient(81deg, #d6ecff, rgb(248, 253, 253)); | ||
14 | 14 … | border-right: 1px solid #dcdcdc; | |
15 | 15 … | overflow-y: auto; | |
16 | 16 … | ||
17 | 17 … | -right { |
Built with git-ssb-web