Fossil SCM
More tweaks to the CSS for darkmode.
Commit
9f43fca0eb7cf8ad8f1891f5c1420b451ceac47c9ac1ca8a9145c862ea870818
Parent
1adcb8a49b0229f…
1 file changed
+13
-2
+13
-2
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -473,13 +473,24 @@ | ||
| 473 | 473 | } |
| 474 | 474 | span.snippet>mark { |
| 475 | 475 | color: white; |
| 476 | 476 | font-weight: bold; |
| 477 | 477 | } |
| 478 | -input { | |
| 479 | - background-color: #c0c0c0; | |
| 478 | +input, textarea { | |
| 479 | + background-color: #c8c8c8; | |
| 480 | + color: black; | |
| 481 | +} | |
| 482 | +.capsumOff { | |
| 483 | + background-color: #222; | |
| 484 | +} | |
| 485 | +.capsumRead { | |
| 486 | + background-color: #262; | |
| 487 | +} | |
| 488 | +.capsumWrite { | |
| 489 | + background-color: #662; | |
| 480 | 490 | } |
| 491 | + | |
| 481 | 492 | body.forum div.forumSel { |
| 482 | 493 | background: inherit; |
| 483 | 494 | border-left-width: 0.5em; |
| 484 | 495 | border-left-style: double; |
| 485 | 496 | } |
| 486 | 497 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -473,13 +473,24 @@ | |
| 473 | } |
| 474 | span.snippet>mark { |
| 475 | color: white; |
| 476 | font-weight: bold; |
| 477 | } |
| 478 | input { |
| 479 | background-color: #c0c0c0; |
| 480 | } |
| 481 | body.forum div.forumSel { |
| 482 | background: inherit; |
| 483 | border-left-width: 0.5em; |
| 484 | border-left-style: double; |
| 485 | } |
| 486 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -473,13 +473,24 @@ | |
| 473 | } |
| 474 | span.snippet>mark { |
| 475 | color: white; |
| 476 | font-weight: bold; |
| 477 | } |
| 478 | input, textarea { |
| 479 | background-color: #c8c8c8; |
| 480 | color: black; |
| 481 | } |
| 482 | .capsumOff { |
| 483 | background-color: #222; |
| 484 | } |
| 485 | .capsumRead { |
| 486 | background-color: #262; |
| 487 | } |
| 488 | .capsumWrite { |
| 489 | background-color: #662; |
| 490 | } |
| 491 | |
| 492 | body.forum div.forumSel { |
| 493 | background: inherit; |
| 494 | border-left-width: 0.5em; |
| 495 | border-left-style: double; |
| 496 | } |
| 497 |