Fossil SCM
Fix the text color on the "blame" page to make it easier to read.
Commit
836a89c5b250d1ef109174d9d8d4eefc63ea98ed
Parent
abacdcc398ae60e…
1 file changed
+4
-1
+4
-1
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -55,10 +55,13 @@ | ||
| 55 | 55 | |
| 56 | 56 | h3 { |
| 57 | 57 | font-size: 1.25rem; |
| 58 | 58 | } |
| 59 | 59 | |
| 60 | +span[style^=background-color] { | |
| 61 | + color: #000; | |
| 62 | +} | |
| 60 | 63 | |
| 61 | 64 | /************************************** |
| 62 | 65 | * Main Area |
| 63 | 66 | */ |
| 64 | 67 | |
| @@ -506,11 +509,11 @@ | ||
| 506 | 509 | margin-top: -0.75rem; |
| 507 | 510 | width: 75%; |
| 508 | 511 | } |
| 509 | 512 | |
| 510 | 513 | div.sectionmenu > a:link, div.sectionmenu > a:visited { |
| 511 | - color: #888; | |
| 514 | + color: #000; | |
| 512 | 515 | text-decoration: none; |
| 513 | 516 | } |
| 514 | 517 | |
| 515 | 518 | div.sectionmenu > a:hover { |
| 516 | 519 | color: #eee; |
| 517 | 520 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -55,10 +55,13 @@ | |
| 55 | |
| 56 | h3 { |
| 57 | font-size: 1.25rem; |
| 58 | } |
| 59 | |
| 60 | |
| 61 | /************************************** |
| 62 | * Main Area |
| 63 | */ |
| 64 | |
| @@ -506,11 +509,11 @@ | |
| 506 | margin-top: -0.75rem; |
| 507 | width: 75%; |
| 508 | } |
| 509 | |
| 510 | div.sectionmenu > a:link, div.sectionmenu > a:visited { |
| 511 | color: #888; |
| 512 | text-decoration: none; |
| 513 | } |
| 514 | |
| 515 | div.sectionmenu > a:hover { |
| 516 | color: #eee; |
| 517 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -55,10 +55,13 @@ | |
| 55 | |
| 56 | h3 { |
| 57 | font-size: 1.25rem; |
| 58 | } |
| 59 | |
| 60 | span[style^=background-color] { |
| 61 | color: #000; |
| 62 | } |
| 63 | |
| 64 | /************************************** |
| 65 | * Main Area |
| 66 | */ |
| 67 | |
| @@ -506,11 +509,11 @@ | |
| 509 | margin-top: -0.75rem; |
| 510 | width: 75%; |
| 511 | } |
| 512 | |
| 513 | div.sectionmenu > a:link, div.sectionmenu > a:visited { |
| 514 | color: #000; |
| 515 | text-decoration: none; |
| 516 | } |
| 517 | |
| 518 | div.sectionmenu > a:hover { |
| 519 | color: #eee; |
| 520 |