Skip to content

Commit 0947a0f

Browse files
committed
Increase contrast
1 parent 9b18a43 commit 0947a0f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

web/css/help.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ h3 {
8686
margin-top: 0;
8787
text-align: center;
8888
margin-bottom: 5px;
89-
color: #CE8E4C;
89+
color: #B5600A;
9090
}
9191

9292
h4 {
@@ -96,7 +96,7 @@ h4 {
9696
margin-top: 5px;
9797
text-align: left;
9898
margin-bottom: 5px;
99-
color: #CE8E4C;
99+
color: #B5600A;
100100
}
101101
h5 {
102102
font-family: Verdana, Arial, Helvetica, sans-serif;
@@ -115,15 +115,15 @@ h5 {
115115
text-align: left;
116116
}
117117
#left h4 a{
118-
color: #CE8E4C;
118+
color: #B5600A;
119119
font-size: 0.8em;
120120
text-align: left;
121121
}
122122
#fullpart h3 {
123123
text-align: left;
124124
}
125125
#fullpart h4 a{
126-
color: #CE8E4C;
126+
color: #B5600A;
127127
text-align: left;
128128
}
129129

@@ -174,7 +174,7 @@ h5 {
174174
color: #DDFFEE;
175175
}
176176
#navigation_current h4 a{
177-
color: #CE8E4C;
177+
color: #B5600A;
178178
text-align: left;
179179
}
180180
#navigation_current ul {

web/css/server.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ h3 {
9090
margin-top: 0;
9191
text-align: center;
9292
margin-bottom: 5px;
93-
color: #CE8E4C;
93+
color: #B5600A;
9494
}
9595

9696
h4 {
@@ -100,7 +100,7 @@ h4 {
100100
margin-top: 5px;
101101
text-align: left;
102102
margin-bottom: 5px;
103-
color: #CE8E4C;
103+
color: #B5600A;
104104
}
105105
h5 {
106106
font-family: Verdana, Arial, Helvetica, sans-serif;
@@ -119,15 +119,15 @@ h5 {
119119
text-align: left;
120120
}
121121
#left h4 a{
122-
color: #CE8E4C;
122+
color: #B5600A;
123123
font-size: 0.8em;
124124
text-align: left;
125125
}
126126
#fullpart h3 {
127127
text-align: left;
128128
}
129129
#fullpart h4 a{
130-
color: #CE8E4C;
130+
color: #B5600A;
131131
text-align: left;
132132
}
133133

@@ -178,7 +178,7 @@ h5 {
178178
color: #DDFFEE;
179179
}
180180
#navigation_current h4 a{
181-
color: #CE8E4C;
181+
color: #B5600A;
182182
text-align: left;
183183
}
184184
#navigation_current ul {

0 commit comments

Comments
 (0)