Skip to content

Commit 0e8fe7f

Browse files
committed
Fix text on dark blue backgrounds
1 parent 0b8525f commit 0e8fe7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/theme-css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ a > code {
106106
text-transform: uppercase;
107107
letter-spacing: 1.5px;
108108
font-weight: 500;
109-
color: var(--colorTextInverse);
109+
color: var(--colorSecondary);
110110
background-color: var(--colorBackgroundInverse);
111111
border: none;
112112
border-radius: 25px;
@@ -200,7 +200,7 @@ p {
200200
}
201201

202202
a.footer-link {
203-
color: var(--colorTextInverse);
203+
color: var(--colorSecondary);
204204
}
205205

206206
.footer-actions {

0 commit comments

Comments
 (0)