blog/assets/css/extended/style.css
2023-05-31 09:56:29 +02:00

15 lines
213 B
CSS

#reply {
text-align: center;
margin-top: 2em;
}
#reply a button {
font-size: 1.2rem;
padding: 8px 16px;
}
a button {
background: #0069e5;
color: #fff;
border-radius: 4px;
box-sizing: border-box;
}