Skip to content

Commit

Permalink
Changed the background color to a bluish-tone
Browse files Browse the repository at this point in the history
  • Loading branch information
anic17 committed Sep 7, 2023
1 parent 83ad495 commit dc4ab23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ noscript {
}

body {
background-image: radial-gradient(#242426, #24242c, #242426);
background-image: radial-gradient(#1e1e24, #202025, #1e1e24);
}

hr, #hrfocus {
Expand Down Expand Up @@ -361,4 +361,4 @@ noscript {
filter: invert(calc(210/255));
}

}
}

0 comments on commit dc4ab23

Please sign in to comment.