|
1 | 1 | @charset "UTF-8"; |
2 | 2 |
|
3 | | -:root { |
4 | | - --c-gh-bg-light: #373e47; |
5 | | - --c-gh-bg-middle: #2d333b; |
6 | | - --c-gh-bg-dark: #22272e; |
7 | | - --c-gh-text-light: #cdd9e5; |
8 | | - --c-gh-text-middle: #adbac7; |
9 | | - --c-gh-text-dark: #768390; |
10 | | - --c-gh-border-light: #444c56; |
11 | | - --c-gh-link: #539bf5; |
12 | | -} |
13 | | - |
14 | 3 | html { |
15 | 4 | overflow-y: auto !important; |
16 | 5 | } |
@@ -42,7 +31,7 @@ a:active { |
42 | 31 | } |
43 | 32 |
|
44 | 33 | .navbar { |
45 | | - background-color: var(--c-gh-bg-light) !important; |
| 34 | + background-color: var(--c-gh-bg-middle) !important; |
46 | 35 | } |
47 | 36 |
|
48 | 37 | .navbar .navbar-burger { |
@@ -180,6 +169,10 @@ article.message .message-body { |
180 | 169 | border-radius: 6px !important; |
181 | 170 | } |
182 | 171 |
|
| 172 | +.card .card-content .media.no-subtitle { |
| 173 | + align-items: baseline !important; |
| 174 | +} |
| 175 | + |
183 | 176 | .card .card-content .media-left { |
184 | 177 | color: var(--c-gh-text-dark) !important; |
185 | 178 | } |
@@ -227,33 +220,26 @@ article.message .message-body { |
227 | 220 | text-transform: capitalize; |
228 | 221 | } |
229 | 222 |
|
230 | | -.card .card-content .media .status.offline::before, |
231 | | -.card .card-content .media .status.bad::before { |
232 | | - background-color: #d75137 !important; |
| 223 | +.card .card-content .media .status::before { |
233 | 224 | box-shadow: none !important; |
234 | 225 | border: 1px solid var(--c-gh-border-light) !important; |
235 | | - height: 12px !important; |
236 | | - width: 12px !important; |
| 226 | + height: 1em !important; |
| 227 | + width: 1em !important; |
237 | 228 | border-radius: 50% !important; |
238 | 229 | } |
239 | 230 |
|
| 231 | +.card .card-content .media .status.offline::before, |
| 232 | +.card .card-content .media .status.bad::before { |
| 233 | + background-color: #d75137 !important; |
| 234 | +} |
| 235 | + |
240 | 236 | .card .card-content .media .status.warn::before { |
241 | 237 | background-color: #b07219 !important; |
242 | | - box-shadow: none !important; |
243 | | - border: 1px solid var(--c-gh-border-light) !important; |
244 | | - height: 12px !important; |
245 | | - width: 12px !important; |
246 | | - border-radius: 50% !important; |
247 | 238 | } |
248 | 239 |
|
249 | 240 | .card .card-content .media .status.online::before, |
250 | 241 | .card .card-content .media .status.good::before { |
251 | 242 | background-color: #468221 !important; |
252 | | - box-shadow: none !important; |
253 | | - border: 1px solid var(--c-gh-border-light) !important; |
254 | | - height: 12px !important; |
255 | | - width: 12px !important; |
256 | | - border-radius: 50% !important; |
257 | 243 | } |
258 | 244 |
|
259 | 245 | .card .card-content .media .notif { |
|
0 commit comments