Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTDC3377 authored Sep 9, 2023
1 parent f95f0a1 commit c5e68de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@import url('https://dsans.davidstudios.uk/css2');
@import url('https://dsans.davidstudios.uk/css2.css'); /* Font importer */

body {
background-color: #151618;
color: whitesmoke;
font-family: 'DSans Regular', sans-serif;
font-family: 'DSans Regular', sans-serif; /* Use DSans in the website, obviously */
}

samp {
Expand Down Expand Up @@ -91,4 +91,4 @@ nav {
padding: 0 50px 0 100px;
flex-wrap: wrap;
animation: pageShow .7s ease-in-out;
}
}

0 comments on commit c5e68de

Please sign in to comment.