minor fix

This commit is contained in:
Nye Evans 2021-01-01 18:08:56 +00:00
parent 5ba02103e1
commit 216c5392eb
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
</h2> </h2>
<div style = "width: 100%; height: auto; text-align: center;"> <div style = "width: 100%; height: auto; text-align: center;">
<img src = "..\Images\ProfilePlaceholder.png" class = "orangeBack"> <img src = "..\images\ProfilePlaceholder.png" class = "orangeBack">
</div> </div>
<h3 style = "margin-bottom: 5vh;"> <h3 style = "margin-bottom: 5vh;">

View file

@ -3,14 +3,14 @@
@font-face{ @font-face{
font-family:"roboto"; font-family:"roboto";
font-weight: 100; font-weight: 100;
src: url("../Fonts/Roboto/RobotoMono-VariableFont_wght.ttf") src: url("../fonts/Roboto/RobotoMono-VariableFont_wght.ttf")
} }
body{ body{
color: #ffd256; color: #ffd256;
font-family: "roboto"; font-family: "roboto";
background-color: #221A0F; background-color: #221A0F;
background-image: url("../Images/BackGroundTestNoGlow.png"); background-image: url("../images/BackGroundTestNoGlow.png");
background-position: bottom; background-position: bottom;
} }