|
1 | 1 | :root { |
2 | | - /* documented customizable variables */ |
| 2 | + /* fonts */ |
3 | 3 | --fonts-proportional: -apple-system, "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial"; |
4 | 4 | --fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace, var(--fonts-emoji); |
5 | 5 | --fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla"; |
6 | | - /* other variables */ |
| 6 | + /* backgrounds */ |
| 7 | + --checkbox-mask-checked: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 18 18" width="16" height="16"><path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg>'); |
| 8 | + --checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>'); |
| 9 | + /* non-color variables */ |
7 | 10 | --border-radius: .28571429rem; |
8 | 11 | --opacity-disabled: .55; |
9 | 12 | --height-loading: 12rem; |
| 13 | + /* base colors */ |
10 | 14 | --color-primary: #4183c4; |
11 | 15 | --color-primary-dark-1: #3876b3; |
12 | 16 | --color-primary-dark-2: #31699f; |
|
61 | 65 | /* console colors */ |
62 | 66 | --color-console-fg: #ffffff; |
63 | 67 | --color-console-bg: #171717; |
64 | | - /* colors */ |
| 68 | + /* named colors */ |
65 | 69 | --color-red: #db2828; |
66 | 70 | --color-orange: #f2711c; |
67 | 71 | --color-yellow: #fbbd08; |
|
113 | 117 | --color-info-border: #a9d5de; |
114 | 118 | --color-info-bg: #f8ffff; |
115 | 119 | --color-info-text: #276f86; |
116 | | - /* target-based colors */ |
117 | 120 | --color-body: #ffffff; |
118 | 121 | --color-text-dark: #080808; |
119 | 122 | --color-text: #212121; |
|
159 | 162 | --color-tooltip-text: #ffffff; |
160 | 163 | --color-header-bar: #ffffff; |
161 | 164 | --color-label-active-bg: #d0d0d0; |
162 | | - /* accent */ |
163 | 165 | --color-small-accent: var(--color-primary-light-6); |
164 | 166 | --color-accent: var(--color-primary-light-4); |
165 | | - /* backgrounds */ |
166 | | - --checkbox-mask-checked: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 18 18" width="16" height="16"><path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg>'); |
167 | | - --checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>'); |
| 167 | + --color-active-line: #fffbdd; |
168 | 168 | } |
169 | 169 |
|
170 | 170 | :root * { |
@@ -351,6 +351,10 @@ a.commit-statuses-trigger { |
351 | 351 | border-bottom: none !important; |
352 | 352 | } |
353 | 353 |
|
| 354 | +.ui.dividing.header { |
| 355 | + border-bottom-color: var(--color-secondary); |
| 356 | +} |
| 357 | + |
354 | 358 | .page-content { |
355 | 359 | margin-top: 15px; |
356 | 360 | } |
@@ -1374,7 +1378,7 @@ footer { |
1374 | 1378 | max-width: calc(100vw - 1rem) !important; |
1375 | 1379 |
|
1376 | 1380 | .links > * { |
1377 | | - border-left: 1px solid var(--color-secondary); |
| 1381 | + border-left: 1px solid var(--color-secondary-dark-1); |
1378 | 1382 | padding-left: 8px; |
1379 | 1383 | margin-left: 5px; |
1380 | 1384 |
|
@@ -1712,7 +1716,7 @@ a.ui.label:hover { |
1712 | 1716 |
|
1713 | 1717 | .lines-code.active, |
1714 | 1718 | .lines-code .active { |
1715 | | - background: #fffbdd !important; |
| 1719 | + background: var(--color-active-line) !important; |
1716 | 1720 | } |
1717 | 1721 |
|
1718 | 1722 | .blame .lines-num { |
@@ -2114,6 +2118,10 @@ table th[data-sortt-desc] { |
2114 | 2118 | vertical-align: -.15em; |
2115 | 2119 | } |
2116 | 2120 |
|
| 2121 | +.minicolors-panel { |
| 2122 | + background: var(--color-secondary-dark-1) !important; |
| 2123 | +} |
| 2124 | + |
2117 | 2125 | .labelspage { |
2118 | 2126 | list-style: none; |
2119 | 2127 | padding-top: 0; |
@@ -2215,6 +2223,10 @@ table th[data-sortt-desc] { |
2215 | 2223 | margin-top: inherit; |
2216 | 2224 | } |
2217 | 2225 |
|
| 2226 | +.ui.header .sub.header { |
| 2227 | + color: var(--color-text-light-1); |
| 2228 | +} |
| 2229 | + |
2218 | 2230 | .flash-error details code, |
2219 | 2231 | .flash-warning details code { |
2220 | 2232 | display: block; |
|
0 commit comments