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
{
--color-text: #01010101;
--color-background: #fefefefe;
--color-text: #010101;
--color-background: #fefefe;
}
html{
@ -29,7 +29,6 @@
a {
color: var(--color-text);
text-decoration: none;
}
.date {

View File

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

View File

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

View File

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