mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-27 19:17:27 -05:00
Change anchor styling
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user