Compare commits

..

No commits in common. "ae4ac3da2c446a432997c2dbdc77158f80bed262" and "5a167b6c7ee079b2b90896e00c9538717797681d" have entirely different histories.

4 changed files with 8 additions and 22 deletions

View file

@ -1,13 +1,8 @@
p.darkmode {
.darkmode p {
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,9 +1,7 @@
p.sunsetmode {
color: var(--ctp-frappe-text);
}
main.sunsetmode {
.sunsetmode p {
color: var(--ctp-frappe-text);
}
@ -56,7 +54,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-crust);
color: var(--ctp-frappe-text);
}
.nav-dropdown.sunsetmode:hover {
color: var(--ctp-frappe-text);

View file

@ -1,13 +1,8 @@
p.darkmode {
.darkmode p {
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,9 +1,7 @@
p.sunsetmode {
color: var(--ctp-frappe-text);
}
main.sunsetmode {
.sunsetmode p {
color: var(--ctp-frappe-text);
}
@ -56,7 +54,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-crust);
color: var(--ctp-frappe-text);
}
.nav-dropdown.sunsetmode:hover {
color: var(--ctp-frappe-text);