Skip to content

Commit f27e330

Browse files
committed
fix link color
1 parent 68a107e commit f27e330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-includes/css/page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ a {
158158
color: var(--white);
159159
}
160160

161-
162161
.dark-gray-bg h4 {
163162
font-size: var(--plex-24) !important;
164163
}
@@ -174,7 +173,8 @@ a {
174173
}
175174

176175
.blue-bg a,
177-
.black-bg a {
176+
.black-bg a,
177+
.dark-gray-bg a {
178178
color: var(--font-light-blue);
179179
}
180180

0 commit comments

Comments
 (0)