Remove link on title and correct readmore color
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
color: var(--color-text);
|
||||
background-color: var(--color-background);
|
||||
font-family: var(--font-basic);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +47,7 @@ a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a {
|
||||
a {
|
||||
color: var(--color-text);
|
||||
text-decoration: underline 2px;
|
||||
font-weight: 700;
|
||||
@@ -68,10 +69,6 @@ a:hover {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.readmore a {
|
||||
color: var(--color-text);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
.copyleft {
|
||||
|
||||
Reference in New Issue
Block a user