Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
belomaxorka committed Apr 4, 2024
1 parent f9dbca5 commit e1556b2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
--main-font-color: white;
}

::selection {
background-color: var(--main-font-color);
color: var(--main-bg-color);
}

::-moz-selection {
background-color: var(--main-font-color);
color: var(--main-bg-color);
}

html, body {
height: 100%;
width: 100%;
Expand Down

0 comments on commit e1556b2

Please sign in to comment.