mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-08-22 03:26:12 +01:00
24 lines
395 B
CSS
24 lines
395 B
CSS
.dialogueButton {
|
|
background-color: #325080;
|
|
border: none;
|
|
color: white;
|
|
padding: 20px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin: 4px 2px;
|
|
border-radius: 20%/50%;
|
|
width: 50%;
|
|
height: 2em;
|
|
}
|
|
|
|
.dialogueButton:hover {
|
|
background-color: #829ac2;
|
|
}
|
|
|
|
.centerimg {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} |