minor fix
This commit is contained in:
parent
5ba02103e1
commit
216c5392eb
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
</h2>
|
||||
|
||||
<div style = "width: 100%; height: auto; text-align: center;">
|
||||
<img src = "..\Images\ProfilePlaceholder.png" class = "orangeBack">
|
||||
<img src = "..\images\ProfilePlaceholder.png" class = "orangeBack">
|
||||
</div>
|
||||
|
||||
<h3 style = "margin-bottom: 5vh;">
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
@font-face{
|
||||
font-family:"roboto";
|
||||
font-weight: 100;
|
||||
src: url("../Fonts/Roboto/RobotoMono-VariableFont_wght.ttf")
|
||||
src: url("../fonts/Roboto/RobotoMono-VariableFont_wght.ttf")
|
||||
}
|
||||
|
||||
body{
|
||||
color: #ffd256;
|
||||
font-family: "roboto";
|
||||
background-color: #221A0F;
|
||||
background-image: url("../Images/BackGroundTestNoGlow.png");
|
||||
background-image: url("../images/BackGroundTestNoGlow.png");
|
||||
background-position: bottom;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue