update the profile picture

This commit is contained in:
2025-05-01 20:59:25 +01:00
parent b88295dabf
commit 77dc7f42b8
9 changed files with 11 additions and 12 deletions

View File

@@ -3,8 +3,7 @@
$black: #000000;
$white: #ffffff;
$gray: #E3E3E3;
$strong_red: #ff0000;
$red: #8F0000;
$accent_colour: #9b3c5c;
@mixin darkSection {
background-color: $black;

View File

@@ -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 {