Skip to content

Commit

Permalink
fix the body and main background color
Browse files Browse the repository at this point in the history
Apply the background color only to the body tag
  • Loading branch information
imgios authored Jan 16, 2025
1 parent f91069a commit ea93b42
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Mono:wght@300&display=swap');

body {
background-color: var(--bg-color) !important;
}

body, main {
height: 100%;
font-family: 'Red Hat Mono', monospace !important;
font-size: .95em;
background-color: var(--bg-color) !important;
}

::selection {
Expand Down Expand Up @@ -220,4 +223,4 @@ blockquote {
.twitter-tweet, .instagram-media {
margin-right: auto !important;
margin-left: auto !important;
}
}

0 comments on commit ea93b42

Please sign in to comment.