Skip to content

Commit 52da97c

Browse files
committed
refactor: changed colors from various html tags inside the monitor tag to make them visible
1 parent 42b137f commit 52da97c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

assets/sass/front-page.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ $monitor-height: 271px;
136136

137137
h4 {
138138
font-weight: normal;
139-
color: var(--main-bg);
139+
color: var(--orange);
140140
font-size: 16px;
141141
}
142142

@@ -145,16 +145,18 @@ $monitor-height: 271px;
145145
margin-bottom: 6px;
146146
font-size: 28px;
147147
font-weight: bold;
148+
color: #eee;
148149
}
149150

150151
a {
151-
color: #eee;
152+
color: var(--font-color);
152153
font-size: 12px;
153154
text-decoration: underline;
154155
}
155156

156157
span.release-date {
157158
font-size: 12px;
159+
color: #eee;
158160
}
159161

160162
a.button {

0 commit comments

Comments
 (0)