We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b137f commit 52da97cCopy full SHA for 52da97c
assets/sass/front-page.scss
@@ -136,7 +136,7 @@ $monitor-height: 271px;
136
137
h4 {
138
font-weight: normal;
139
- color: var(--main-bg);
+ color: var(--orange);
140
font-size: 16px;
141
}
142
@@ -145,16 +145,18 @@ $monitor-height: 271px;
145
margin-bottom: 6px;
146
font-size: 28px;
147
font-weight: bold;
148
+ color: #eee;
149
150
151
a {
- color: #eee;
152
+ color: var(--font-color);
153
font-size: 12px;
154
text-decoration: underline;
155
156
157
span.release-date {
158
159
160
161
162
a.button {
0 commit comments