update the profile picture
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
$black: #000000;
|
||||
$white: #ffffff;
|
||||
$gray: #E3E3E3;
|
||||
$strong_red: #ff0000;
|
||||
$red: #8F0000;
|
||||
$accent_colour: #9b3c5c;
|
||||
|
||||
@mixin darkSection {
|
||||
background-color: $black;
|
||||
|
||||
@@ -22,11 +22,11 @@ body {
|
||||
}
|
||||
|
||||
.splide__arrow svg {
|
||||
fill: $red !important;
|
||||
fill: $accent_colour !important;
|
||||
}
|
||||
|
||||
.splide__pagination__page.is-active {
|
||||
background-color: $red !important;
|
||||
background-color: $accent_colour !important;
|
||||
}
|
||||
|
||||
.splide__arrow.splide__arrow--next {
|
||||
|
||||
Reference in New Issue
Block a user