Files
BGG2026/assets/main.rcss
2026-08-23 22:37:40 -05:00

46 lines
653 B
Plaintext

body {
font-family: rmlui-debugger-font;
font-size: 16px;
color: white;
width: 100vw;
height: 100vh;
}
#panel {
position: absolute;
top: 40px;
left: 40px;
width: 300px;
padding: 20px;
background-color: rgba(20, 20, 20, 220);
border: 2px #888;
}
h1 {
font-size: 24px;
color: #ffd35c;
margin-bottom: 10px;
}
p {
margin-bottom: 15px;
}
.hidden {
display: none;
}
.menu-btn {
display: block;
width: 100px;
padding: 8px;
text-align: center;
background-color: #3a6ea5;
color: white;
border: 1px #5a8ec5;
}
.menu-btn:hover {
background-color: #4a7eb5;
}