mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 03:31:47 -05:00
Update style.css
This commit is contained in:
parent
9227fa1df0
commit
8c4989d319
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
|
||||
body {
|
||||
font-family: Consolas, open-sans;
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
background: #333333;
|
||||
color: white;
|
||||
}
|
||||
|
@ -36,4 +37,4 @@ footer {
|
|||
img.logo {
|
||||
width: 50%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue