working
This commit is contained in:
11
static/bns-browser.js
Normal file
11
static/bns-browser.js
Normal file
File diff suppressed because one or more lines are too long
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
static/fonts/Arimo.ttf
Normal file
BIN
static/fonts/Arimo.ttf
Normal file
Binary file not shown.
40
static/global.css
Normal file
40
static/global.css
Normal file
@@ -0,0 +1,40 @@
|
||||
@font-face {
|
||||
font-family: Arimo;
|
||||
src: local("Arimo"), url("/fonts/Arimo.ttf");
|
||||
}
|
||||
|
||||
:root {
|
||||
--yellow: #FBDD11;
|
||||
--green: #4CBF4B;
|
||||
--grey1: #2A2A2E;
|
||||
--grey2: #212124;
|
||||
}
|
||||
|
||||
*:not(code) {
|
||||
font-family: Arimo;
|
||||
margin: 0;
|
||||
color: var(--grey1);
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
background-color: var(--yellow);
|
||||
}
|
||||
|
||||
.middle {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: var(--yellow);
|
||||
border: 1px solid black;
|
||||
border-radius: 15px;
|
||||
padding: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
cursor: pointer;
|
||||
background-color: #eacf1e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user