Fix link and color in theme blogs
This commit is contained in:
parent
3266b02be7
commit
481e179833
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
a {
|
||||
color: var(--color-text);
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
||||
.date {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user