Compare commits

...

2 commits

Author SHA1 Message Date
ae4ac3da2c rebuild illegible text fix 2023-11-18 15:51:36 -08:00
cc400ea564 fixed illegible text 2023-11-18 15:51:16 -08:00
4 changed files with 22 additions and 8 deletions

View file

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

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);

View file

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

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);