feat: a possibility to colorize article links

This commit is contained in:
Mirus
2024-11-18 17:32:27 +02:00
parent 5452d52e69
commit c531cd8b99
4 changed files with 31 additions and 0 deletions

View File

@@ -78,6 +78,10 @@
&-content {
margin-top: 30px;
& a {
color: var(--article-link-color);
}
}
&-cover {

View File

@@ -4,6 +4,7 @@
--accent-contrast-color: black;
--color: white;
--border-color: rgba(255, 255, 255, .1);
--article-link-color: var(inherit);
/* MEDIA QUERIES */
--phone: "max-width: 684px";