💄 style: coloured links in paragraph; meta changes
- Links in paragraphs are no longer underlined, but rather coloured with the accent-colour of the theme. - The meta section on posts (date, time to read, tags) is rehauled. It's more compact, less distracting and more minimal. - Line height is increased.
This commit is contained in:
@@ -77,6 +77,13 @@ header {
|
||||
padding-bottom: 1vmin;
|
||||
}
|
||||
|
||||
.meta a {
|
||||
color: var(--meta-color);
|
||||
text-decoration-color: none;
|
||||
font-weight: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.card-meta {
|
||||
color: var(--meta-color);
|
||||
}
|
||||
|
Reference in New Issue
Block a user