Fossil SCM
Restored the #444 text color for headers, since bold and big text doesn't have the same need for high contrast ratios to be readable.
Commit
a3903958de99fb3374afe9b262ac93c1327928c168708c3d2269ec93425145ad
Parent
2267249c6da7857…
1 file changed
+5
-5
+5
-5
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -118,15 +118,15 @@ | ||
| 118 | 118 | |
| 119 | 119 | .content { |
| 120 | 120 | padding: 1ex; |
| 121 | 121 | color: #2e2e2e; /* justified above in "WCAG 2" comment */ |
| 122 | 122 | } |
| 123 | -.content h1 { font-size: 1.60em; } | |
| 124 | -.content h2 { font-size: 1.45em; } | |
| 125 | -.content h3 { font-size: 1.15em; } | |
| 126 | -.content h4 { font-size: 1.05em; } | |
| 127 | -.content h5 { font-size: 1.00em; } | |
| 123 | +.content h1 { font-size: 1.60em; color: #444; } | |
| 124 | +.content h2 { font-size: 1.45em; color: #444; } | |
| 125 | +.content h3 { font-size: 1.15em; color: #444; } | |
| 126 | +.content h4 { font-size: 1.05em; color: #444; } | |
| 127 | +.content h5 { font-size: 1.00em; color: #444; } | |
| 128 | 128 | |
| 129 | 129 | .section { |
| 130 | 130 | font-size: 1em; |
| 131 | 131 | font-weight: bold; |
| 132 | 132 | background-color: #f5f5f5; |
| 133 | 133 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -118,15 +118,15 @@ | |
| 118 | |
| 119 | .content { |
| 120 | padding: 1ex; |
| 121 | color: #2e2e2e; /* justified above in "WCAG 2" comment */ |
| 122 | } |
| 123 | .content h1 { font-size: 1.60em; } |
| 124 | .content h2 { font-size: 1.45em; } |
| 125 | .content h3 { font-size: 1.15em; } |
| 126 | .content h4 { font-size: 1.05em; } |
| 127 | .content h5 { font-size: 1.00em; } |
| 128 | |
| 129 | .section { |
| 130 | font-size: 1em; |
| 131 | font-weight: bold; |
| 132 | background-color: #f5f5f5; |
| 133 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -118,15 +118,15 @@ | |
| 118 | |
| 119 | .content { |
| 120 | padding: 1ex; |
| 121 | color: #2e2e2e; /* justified above in "WCAG 2" comment */ |
| 122 | } |
| 123 | .content h1 { font-size: 1.60em; color: #444; } |
| 124 | .content h2 { font-size: 1.45em; color: #444; } |
| 125 | .content h3 { font-size: 1.15em; color: #444; } |
| 126 | .content h4 { font-size: 1.05em; color: #444; } |
| 127 | .content h5 { font-size: 1.00em; color: #444; } |
| 128 | |
| 129 | .section { |
| 130 | font-size: 1em; |
| 131 | font-weight: bold; |
| 132 | background-color: #f5f5f5; |
| 133 |