Fossil SCM
Remove two curious CSS snippets from skins/xekri/css.txt which interfere with recent core skin changes and cause timeline entries with dark branch colors to render as black-on-dark-background.
Commit
aba45b228f3b62e65154106f37cacf10f3398a72d161f87839c12a8d3ca8e43b
Parent
b7e8b8e72dad78c…
1 file changed
-9
-9
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -61,19 +61,10 @@ | ||
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | h3 { |
| 64 | 64 | font-size: 1.25rem; |
| 65 | 65 | } |
| 66 | - | |
| 67 | -span[style^=background-color] { | |
| 68 | - color: #000; | |
| 69 | -} | |
| 70 | - | |
| 71 | -td[style^=background-color] { | |
| 72 | - color: #000; | |
| 73 | -} | |
| 74 | - | |
| 75 | 66 | |
| 76 | 67 | /************************************** |
| 77 | 68 | * Main Area |
| 78 | 69 | */ |
| 79 | 70 | |
| 80 | 71 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -61,19 +61,10 @@ | |
| 61 | } |
| 62 | |
| 63 | h3 { |
| 64 | font-size: 1.25rem; |
| 65 | } |
| 66 | |
| 67 | span[style^=background-color] { |
| 68 | color: #000; |
| 69 | } |
| 70 | |
| 71 | td[style^=background-color] { |
| 72 | color: #000; |
| 73 | } |
| 74 | |
| 75 | |
| 76 | /************************************** |
| 77 | * Main Area |
| 78 | */ |
| 79 | |
| 80 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -61,19 +61,10 @@ | |
| 61 | } |
| 62 | |
| 63 | h3 { |
| 64 | font-size: 1.25rem; |
| 65 | } |
| 66 | |
| 67 | /************************************** |
| 68 | * Main Area |
| 69 | */ |
| 70 | |
| 71 |