summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-06 22:38:26 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-06 22:38:26 +0200
commit99d0dccae1005bc080b4c01193cd79d49a106202 (patch)
tree0b860567771bc093b7a66f0e0c81e82ec6ed47db
parentd9f3ebc7a6f8e48a9dd6f2fb49da36b8cc71bc06 (diff)
Remove trailing whitespace
-rw-r--r--sass/main.scss30
1 files changed, 15 insertions, 15 deletions
diff --git a/sass/main.scss b/sass/main.scss
index c7d408b..38e2bd9 100644
--- a/sass/main.scss
+++ b/sass/main.scss
@@ -4,7 +4,7 @@
padding:0;
margin: 0;
}
-
+
::selection {
background: blue;
color: #fafafa;
@@ -14,7 +14,7 @@
font-kerning: normal;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
-
+
&.theme-change-active{
animation: fade-in ease-out 0.6s;
}
@@ -26,12 +26,12 @@
$theme-dark-second-text-color: #666;
$theme-light-bg-color:#fafafa;
$theme-dark-bg-color:#262626;
-
+
@mixin color($property, $var, $fallback){
- #{$property}: $fallback;
+ #{$property}: $fallback;
#{$property}: var($var, $fallback);
}
-
+
.theme-dark {
--first-text-color: #{$theme-dark-first-text-color};
--second-text-color:#{$theme-dark-second-text-color};
@@ -55,17 +55,17 @@ body {
0% {
opacity: 0;
}
-
+
50% {
opacity:0.8;
}
-
+
100% {
opacity: 1;
}
}
-
+
.theme-button{
display: none;
padding:0;
@@ -150,7 +150,7 @@ nav {
margin:0 0 1rem 0;
font-size: 1.625rem;
}
-
+
button {
font-size: 1.625rem;
}
@@ -192,7 +192,7 @@ main {
list-style-position: inside;
margin:0 0 1rem 1rem;
}
-
+
a:visited {
color:blueviolet;
}
@@ -224,7 +224,7 @@ main {
list-style: none;
@include color(color, --second-text-color, $theme-light-second-text-color);
margin-top: 1rem;
-
+
ul {
margin-left:1rem;
list-style: none;
@@ -241,11 +241,11 @@ main {
}
@media screen and (max-width: 1023px) {
-
+
body {
font-size:1rem;
}
-
+
nav, main {
width:92vw;
}
@@ -256,11 +256,11 @@ main {
color:royalblue;
font-size:1.375rem;
}
-
+
select {
font-size:1.375rem;
}
-
+
.search-results__items {
list-style-position:inside;
}