rebuild illegible text fix

This commit is contained in:
Nickiel12 2023-11-18 15:51:36 -08:00
parent cc400ea564
commit ae4ac3da2c
2 changed files with 11 additions and 4 deletions

View file

@ -1,8 +1,13 @@
.darkmode p {
p.darkmode {
color: var(--ctp-mocha-text);
}
main.darkmode {
background-color: var(--ctp-mocha-base);
color: var(--ctp-mocha-text);
}
.darkmode {
background-color: var(--ctp-mocha-base);
}

View file

@ -1,7 +1,9 @@
p.sunsetmode {
color: var(--ctp-frappe-text);
}
.sunsetmode p {
main.sunsetmode {
color: var(--ctp-frappe-text);
}
@ -54,7 +56,7 @@ h1.sunsetmode, h2.sunsetmode, h3.sunsetmode, h4.sunsetmode, h5.sunsetmode, h6.su
background-color: var(--ctp-frappe-mauve);
}
.nav-dropdown.sunsetmode {
color: var(--ctp-frappe-text);
color: var(--ctp-frappe-crust);
}
.nav-dropdown.sunsetmode:hover {
color: var(--ctp-frappe-text);