Skip to content

Commit 3f467ae

Browse files
committed
[main]: category icon text css for theme
1 parent 8ec9d11 commit 3f467ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/assets/styles/landing.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
--footer-height: 200px;
1818
}
1919

20+
2021
[data-theme='dark'] {
2122
--primary: #4cc9f0;
2223
--primary-light: #4895ef;
@@ -170,12 +171,14 @@
170171
display: flex;
171172
align-items: center;
172173
justify-content: center;
173-
color: white;
174+
color: var(--text-dark);
174175
font-size: 2rem;
175176
}
176177

177178
.category-card h3 {
178179
font-size: 1.5rem;
180+
color: var(--text-light, black);
181+
179182
}
180183

181184
.category-card p {

0 commit comments

Comments
 (0)