Skip to content

Commit bcd8686

Browse files
kavishkafernandoKavishka Fernando
andauthored
Fix dark mode text colour (#684)
* fix google site link issue Signed-off-by: Kavishka Fernando <kavi@kavishka.local> * fix google site link issue Signed-off-by: Kavishka Fernando <kavi@kavishka.local> * revert quote formatting changes Signed-off-by: Kavishka Fernando <kavi@kavishka.local> * fix dark mode text colour Signed-off-by: Kavishka Fernando <kavi@kavishka.local> --------- Signed-off-by: Kavishka Fernando <kavi@kavishka.local> Co-authored-by: Kavishka Fernando <kavi@kavishka.local>
1 parent 2cc3f94 commit bcd8686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Ecosystem/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
}
193193

194194
.label {
195-
color: #111827;
195+
color: var(--ifm-heading-color);
196196
font-size: 0.78rem;
197197
font-weight: 700;
198198
line-height: 1.2;

0 commit comments

Comments
 (0)