blog/assets/css/style.css

15 lines
229 B
CSS
Raw Normal View History

2023-05-21 12:55:06 +02:00
#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;
}