forked from toolshed/coopcloud.tech
fix: Improve link styling:
- `a > code` is now link-coloured - links are $coopcloud-blue instead of bulma default Closes #58
This commit is contained in:
@ -267,6 +267,14 @@ footer .separator {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: $coopcloud-blue;
|
||||
}
|
||||
|
||||
a code {
|
||||
color: $coopcloud-blue;
|
||||
}
|
||||
}
|
||||
|
||||
.post-metadata {
|
||||
|
||||
Reference in New Issue
Block a user