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