This repository has been archived on 2023-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
gameserver/website/assets/css/help.css

16 lines
239 B
CSS

.download {
margin-top: 2em;
margin-bottom: 2em;
}
.download a {
color: #222;
font-weight: bold;
text-decoration: none;
border: solid 3px #bbb;
border-radius: 30px;
padding: 1em;
margin: 1em;
background-color: #eee;
}