Initial
This commit is contained in:
38
res/css/global.css
Normal file
38
res/css/global.css
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
:root {
|
||||
--bg-color-ll: #535353;
|
||||
--bg-color-l: #434343;
|
||||
--bg-color: #323232;
|
||||
--bg-color-d: #292929;
|
||||
--bg-color-dd: #212121;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--bg-color);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
#topnav {
|
||||
width: 100%;
|
||||
height: 10%;
|
||||
background: var(--bg-color-l);
|
||||
display: flex;
|
||||
|
||||
}
|
||||
|
||||
.topnav_button {
|
||||
padding: 1rem 3rem;
|
||||
margin: 3px 10px;
|
||||
background: var(--bg-color-ll);
|
||||
border: 2px solid var(--bg-color);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.topnav_button a {
|
||||
text_decoration: none;
|
||||
}
|
||||
|
||||
.topnav_button:hover {
|
||||
cursor: pointer
|
||||
}
|
||||
BIN
res/favicon.ico
Normal file
BIN
res/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
Reference in New Issue
Block a user