Change anchor styling

This commit is contained in:
Monty
2021-09-25 16:21:02 +02:00
parent 308f0c6337
commit 75487ea679
2 changed files with 23 additions and 3 deletions

View File

@@ -26,10 +26,24 @@ header {
.blog-card h4,
.blog-card h5,
.blog-card h6,
.blog-card strong,
.blog-card strong {
color: var(--text);
}
.blog-card a,
.blog-card a * {
color: var(--text);
color: #9d6ff3;
text-decoration: none;
font-weight: bold;
}
.blog-card a:hover,
.blog-card a:hover {
text-decoration: underline;
}
.blog-card del {
text-decoration: line-through;
}
.blog-card .title {

View File

@@ -325,7 +325,13 @@ section.faq {
color: var(--text-secondary-2);
}
.question-and-answer .text a {
color: white;
color: #9d6ff3;
text-decoration: none;
font-weight: bold;
}
.question-and-answer .text a:hover {
text-decoration: underline;
}
section.team {