From 9df825df06bf47bdbb53b67f15601c60f636b898 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 06 Feb 2022 11:22:17 +0000
Subject: [PATCH] refactor: portfolio, alert, 404, TOC and smaller fixes
---
assets/scss/partials/components/_languageswitch.scss | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/assets/scss/partials/components/_languageswitch.scss b/assets/scss/partials/components/_languageswitch.scss
index 90975d8..414e62a 100644
--- a/assets/scss/partials/components/_languageswitch.scss
+++ b/assets/scss/partials/components/_languageswitch.scss
@@ -61,7 +61,7 @@
width: 15px;
transform: rotate(45deg) translateY(0px) translatex(10px);
height: 15px;
- background: $primary-light;
+ background: $accent;
border-radius: 2px 0px 0px 0px;
border-color: $primary;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
--
Gitblit v1.10.0