Files
BGG2026/assets/globals.rcss

49 lines
743 B
Plaintext

body {
--primary-color: #446043;
--primary-background-color: #2c3e2b;
--text-color: #ffffea;
font-family: rmlui-debugger-font;
font-size: 16dp;
color: var(--text-color);
background-color: #ffffff00;
}
h1 {
font-size: 24dp;
margin-bottom: 15dp;
}
p {
margin-bottom: 15dp;
display: block;
font-size: 18dp;
}
.hidden {
display: none;
}
.menu-btn {
display: block;
padding: 8px;
width: 200dp;
text-align: center;
background-color: var(--primary-color);
border: 1px #ffffff00;
font-size: 22dp;
}
.menu-btn:hover {
background-color: #4a7eb5;
}
.menu-btn:active {
background-color: #2e4e70;
}
.timer.urgent {
color: #ff4444;
font-weight: bold;
}