From 99d0dccae1005bc080b4c01193cd79d49a106202 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 6 Jul 2021 22:38:26 +0200 Subject: Remove trailing whitespace --- sass/main.scss | 30 +++++++++++++++--------------- 1 file 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; } -- cgit v1.2.3