add html template that loads css file
This commit is contained in:
@@ -23,6 +23,15 @@ input[type=text] {
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: var(--active);
|
||||
position: relative;
|
||||
width: fit-content;
|
||||
margin: 0.3em auto;
|
||||
}
|
||||
|
||||
/*navigation*/
|
||||
#nav,
|
||||
#navPlayers {
|
||||
|
||||
Reference in New Issue
Block a user