Change a-tag colours
This commit is contained in:
parent
6669fa16c4
commit
cd35ea7e36
1 changed files with 3 additions and 3 deletions
|
@ -7,18 +7,18 @@ $fa-font-path: "../fonts";
|
|||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
@import "node_modules/plyr/src/scss/plyr";
|
||||
|
||||
$primary: #E89980;
|
||||
$orange: #FF7F00;
|
||||
$primary: #E85537;
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
transition: color 0.5s;
|
||||
color: $primary;
|
||||
|
||||
&:hover {
|
||||
color: $orange;
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue