Fix link and color in theme blogs

This commit is contained in:
kitoy 2025-12-22 01:58:19 +01:00
parent 3266b02be7
commit 481e179833
4 changed files with 6 additions and 9 deletions

View File

@ -2,8 +2,8 @@
:root :root
{ {
--color-text: #01010101; --color-text: #010101;
--color-background: #fefefefe; --color-background: #fefefe;
} }
html{ html{
@ -29,7 +29,6 @@
a { a {
color: var(--color-text); color: var(--color-text);
text-decoration: none;
} }
.date { .date {

View File

@ -2,8 +2,8 @@
:root :root
{ {
--color-text: #fefefefe; --color-text: #fefefe;
--color-background: #01010101; --color-background: #010101;
} }
html{ html{
@ -29,7 +29,6 @@
a { a {
color: var(--color-text); color: var(--color-text);
text-decoration: none;
} }
.date { .date {

View File

@ -3,7 +3,7 @@
:root :root
{ {
--color-text: #ee794c; --color-text: #ee794c;
--color-background: #01010101; --color-background: #010101;
} }
html{ html{
@ -29,7 +29,6 @@
a { a {
color: var(--color-text); color: var(--color-text);
text-decoration: none;
} }
.date { .date {

View File

@ -29,7 +29,7 @@
a { a {
color: var(--color-text); color: var(--color-text);
text-decoration: none;
} }
.date { .date {