Unified darkmode and footer link colour.
This commit is contained in:
parent
80ac584b16
commit
8518c3ce41
@ -1,6 +1,7 @@
|
||||
// Bulma customization
|
||||
|
||||
$primary: #0b2a37;
|
||||
$link-light: #2EA1FF;
|
||||
|
||||
// /Bulma customization
|
||||
|
||||
@ -147,7 +148,7 @@ a {
|
||||
color: $primary-invert;
|
||||
}
|
||||
a {
|
||||
color: #73A0E7;
|
||||
color: $link-light;
|
||||
&:hover {
|
||||
color: white;
|
||||
}
|
||||
@ -156,7 +157,7 @@ a {
|
||||
a {
|
||||
color: white;
|
||||
&:hover {
|
||||
color: #73A0E7;
|
||||
color: $link-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -216,9 +217,9 @@ h2 a {
|
||||
background-color: $black-ter;
|
||||
color: white;
|
||||
a {
|
||||
color: $link;
|
||||
color: $link-light;
|
||||
&:hover {
|
||||
color: lighten($link, 30) !important;
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -234,7 +235,8 @@ h2 a {
|
||||
.pagination-link {
|
||||
color: white;
|
||||
&.is-current {
|
||||
color: white;
|
||||
color: black;
|
||||
background-color: $link-light;
|
||||
}
|
||||
}
|
||||
.has-text-grey {
|
||||
|
Loading…
Reference in New Issue
Block a user