Skip to content

Commit

Permalink
Merge pull request #13 from aviiciii/12-rename-page-header-title
Browse files Browse the repository at this point in the history
Page Header Title changed
  • Loading branch information
aviiciii authored May 25, 2023
2 parents a46f460 + 3597e5b commit 3b3d393
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">

<title>Shorten! from aviiciii</title>
<title>Shorten!</title>
<link rel="stylesheet" href="assets/styles.css" />
<link rel="icon" href="assets/favicon.png" />
</head>
Expand Down

0 comments on commit 3b3d393

Please sign in to comment.