From e18ca07b9cdcbb0e9f992d5811f9e94bec2d7dc5 Mon Sep 17 00:00:00 2001 From: Marie Katrine Ekeberg Date: Mon, 17 Jun 2024 16:07:59 +0200 Subject: [PATCH] [SKIP] Minor cleanup in sass styling file --- _sass/main.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_sass/main.scss b/_sass/main.scss index e5be199b..2a1e65c5 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -1,6 +1,5 @@ $backgroundColor: #ffffff; $bodyColor: #000000; -//$bodyFont: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; $menuMainColor: #FFCCE6; $menuHoverColor: #FF99CE; $menuActiveColor: #BF6091; @@ -9,7 +8,6 @@ $menuActiveColor: #BF6091; body { background: $backgroundColor; color: $bodyColor; - //font-family: $bodyFont; font-family: 'Helvetica', 'Arial', sans-serif; margin: 0; } @@ -88,7 +86,6 @@ body { .content .verse { margin-left: 2vw; font-style: italic; - // TODO: see if this has issues with some browsers font-family: ui-rounded; } @@ -234,8 +231,6 @@ body { display: block; } -// TODO: any way to combine these two that I'm forgetting? :( -// TODO: do these need to be changed a bit for mobile devices? Maybe ditch the float? .blogfloatrightimg { max-width: 20%; max-height: auto;