Skip to content

Commit

Permalink
[SKIP] Minor cleanup in sass styling file
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jun 17, 2024
1 parent 0e2dc97 commit e18ca07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions _sass/main.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -9,7 +8,6 @@ $menuActiveColor: #BF6091;
body {
background: $backgroundColor;
color: $bodyColor;
//font-family: $bodyFont;
font-family: 'Helvetica', 'Arial', sans-serif;
margin: 0;
}
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e18ca07

Please sign in to comment.