initial
This commit is contained in:
@@ -1,4 +1,26 @@
|
||||
@import './base.css';
|
||||
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Lato:wght@300;400;700;900&display=swap');
|
||||
|
||||
:root {
|
||||
--rpg-gold: #d4af37;
|
||||
--rpg-gold-light: #f9e79f;
|
||||
--rpg-gold-dark: #8a6e2f;
|
||||
--rpg-red: #8b0000;
|
||||
--rpg-red-light: #ff1744;
|
||||
--rpg-dark: #0a0a0a;
|
||||
--rpg-panel: rgba(20, 20, 25, 0.85);
|
||||
--font-header: 'Cinzel', serif;
|
||||
--font-body: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: var(--font-body);
|
||||
background-color: var(--rpg-dark);
|
||||
color: #fff;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#app {
|
||||
width: 100%;
|
||||
@@ -15,15 +37,9 @@ a,
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
a:hover {
|
||||
background-color: hsla(160, 100%, 37%, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
body {
|
||||
display: flex;
|
||||
place-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user