Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lunauii committed Oct 4, 2024
1 parent 4fe6343 commit 39ee1bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions css/response.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ body {
"header"
"main"
"footer";
-ms-overflow-style: none;
scrollbar-width: none;
}

body::-webkit-scrollbar {
display: none;
}

header {
Expand Down
8 changes: 7 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500&display=swap');

body, html {
background-color: #2f2731 ;
background-color: #2f2731;
color: #FFFFFF;
text-align: center;
align-content: center;
font-family: 'Roboto', sans-serif;
padding: 0;
margin: 0;
box-sizing: border-box;
-ms-overflow-style: none;
scrollbar-width: none;
}

body::-webkit-scrollbar {
display: none;
}

h1 {
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<div class="sidedrop">
<a class="sidedrop-link" href="./projects/witchtrail.html">Witchtrail</a><br>
<a class="sidedrop-link" href="./projects/pleuryte.html">Pleuryte</a><br>
<a class="sidedrop-link" href="https://bcit.lunaui.cc">BCIT Resources</a><br>
<a class="sidedrop-link" href="./projects">All Projects</a>
</div>
</div>
Expand Down

0 comments on commit 39ee1bb

Please sign in to comment.