aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.scss')
-rw-r--r--frontend/src/index.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/frontend/src/index.scss b/frontend/src/index.scss
index 7db5cc5..53ce4dd 100644
--- a/frontend/src/index.scss
+++ b/frontend/src/index.scss
@@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap');
-@import-normalize ;
+@import-normalize;
@import 'colors.scss';
@@ -53,7 +53,8 @@ pre {
background-color: $color-secondary-2;
border-bottom: 5px solid $color-secondary-1;
- &:hover, &:active {
+ &:hover,
+ &:active {
color: $color-secondary-4;
background-color: $color-secondary-1;
}
@@ -64,7 +65,8 @@ pre {
background-color: $color-blue;
border-bottom: 5px solid $color-blue-dark;
- &:hover, &:active {
+ &:hover,
+ &:active {
color: $color-blue-light;
background-color: $color-blue-dark;
}