mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-03-29 08:03:03 +01:00
* biome port * fix * umm * up * prettier on repo level * . * uh * fix that * . * guh * could be deelted * fix query * raccoon * raccoon
31 lines
506 B
CSS
31 lines
506 B
CSS
body {
|
|
background-image: url("paper_bg.png");
|
|
}
|
|
|
|
.button-group .button {
|
|
border: 1px solid RoyalBlue;
|
|
color: black;
|
|
padding: 5px 32px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
width: 40%;
|
|
}
|
|
|
|
.button-group .button:not(:last-child) {
|
|
border-bottom: none; /* Will hopefully prevent double borders */
|
|
}
|
|
|
|
.button-group .button:hover {
|
|
background-color: RoyalBlue;
|
|
color: white;
|
|
}
|
|
|
|
table,
|
|
th,
|
|
td {
|
|
border: 0px solid black;
|
|
}
|