Skip to content

Commit

Permalink
comments for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aviiciii committed May 21, 2023
1 parent ee5a6ec commit 3597e5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');


/* page color scheme */
:root{
color-scheme: light dark;

Expand All @@ -22,6 +24,7 @@
}
}

/* dark mode colors */
.dark-mode {
--primary-color: #222222;
--secondary-color: #f3e2b7 ;
Expand All @@ -33,6 +36,8 @@
}



/* page layout */
html {
height: 100%;
}
Expand Down Expand Up @@ -67,6 +72,8 @@ body {

}


/* form container */
.login-box {
position: absolute;
top: 50%;
Expand Down

0 comments on commit 3597e5b

Please sign in to comment.