|
212 | 212 |
|
213 | 213 | .ui.basic.blue.button, .ui.basic.blue.buttons .button {
|
214 | 214 | color: #81a2be !important;
|
| 215 | + box-shadow: 0 0 0 1px #81a2be inset !important; |
215 | 216 | }
|
216 | 217 |
|
217 | 218 | .ui.basic.blue.button:hover, .ui.basic.blue.buttons .button:hover {
|
@@ -308,6 +309,44 @@ hr {
|
308 | 309 | background: #373b41;
|
309 | 310 | }
|
310 | 311 |
|
| 312 | +.ui.blue.button:hover, .ui.blue.buttons .button:hover { |
| 313 | + background-color: #81a2be; |
| 314 | + opacity: 0.6; |
| 315 | +} |
| 316 | + |
| 317 | +.repository .diff-file-box .code-diff tbody tr.add-code td { |
| 318 | + background-color: rgba(181, 189, 104, 0.1) !important; |
| 319 | + opacity: 0.6; |
| 320 | +} |
| 321 | + |
| 322 | +.ui .info.segment.top { |
| 323 | + background-color: #282a2e !important; |
| 324 | +} |
| 325 | + |
| 326 | +.tag-code.nl-0.ol-0 > .lines-code > pre > code { |
| 327 | + color: #1d1f21 !important; |
| 328 | +} |
| 329 | + |
| 330 | +.hljs-title, .hljs-section, .hljs-selector-id { |
| 331 | + color: #cc6666 !important; |
| 332 | +} |
| 333 | + |
| 334 | +.ui.checkbox label, .ui.checkbox+label { |
| 335 | + color: #e0e0e0; |
| 336 | +} |
| 337 | + |
| 338 | +.ui.red.button, .ui.red.buttons .button { |
| 339 | + background-color: #cc6666; |
| 340 | +} |
| 341 | + |
| 342 | +.ui.green.button:hover, .ui.green.buttons .button:hover { |
| 343 | + background-color: #cc6666; |
| 344 | + opacity: 0.6; |
| 345 | +} |
| 346 | + |
| 347 | +.repository .diff-file-box .code-diff tbody tr.del-code td { |
| 348 | + background-color: rgba(204, 102, 102, 0.1) !important; |
| 349 | +} |
311 | 350 | /* Issues */
|
312 | 351 |
|
313 | 352 | .ui.basic.green.active.button, .ui.basic.green.buttons .active.button {
|
|
0 commit comments