fix styles some more
This commit is contained in:
parent
eda5b12ca6
commit
5218286e53
19
radio.css
19
radio.css
|
@ -1,20 +1,3 @@
|
||||||
@import url('//assets.worlio.com/style/css/theme.css');
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family:Pixio;
|
|
||||||
src:url(//assets.worlio.com/fonts/Pixio/Pixio.woff2),
|
|
||||||
url(//assets.worlio.com/fonts/Pixio/Pixio.woff),
|
|
||||||
url(//assets.worlio.com/fonts/Pixio/Pixio.ttf) format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family:nk57;
|
|
||||||
src:url(../fonts/nk57/nk57-monospace-cd-rg.ttf) format("truetype"),
|
|
||||||
url(../fonts/nk57/nk57-monospace-cd-bd.ttf) format("truetype"),
|
|
||||||
url(../fonts/nk57/nk57-monospace-cd-it.ttf) format("truetype"),
|
|
||||||
url(../fonts/nk57/nk57-monospace-cd-lt.ttf) format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--primary: #0079b5;
|
--primary: #0079b5;
|
||||||
--primary-border: #009ae6;
|
--primary-border: #009ae6;
|
||||||
|
@ -47,8 +30,6 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, button, fakebutton, input { font-family: Pixio; }
|
|
||||||
|
|
||||||
.container, .player-container {
|
.container, .player-container {
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
border: 2px outset var(--primary-border);
|
border: 2px outset var(--primary-border);
|
||||||
|
|
Reference in New Issue
Block a user