blog/assets/css/extended/style.css

15 lines
213 B
CSS
Raw Normal View History

2023-05-21 12:55:06 +02:00
#reply {
2023-05-31 09:56:29 +02:00
text-align: center;
margin-top: 2em;
2023-05-21 12:55:06 +02:00
}
#reply a button {
2023-05-31 09:56:29 +02:00
font-size: 1.2rem;
padding: 8px 16px;
2023-05-21 12:55:06 +02:00
}
a button {
2023-05-31 09:56:29 +02:00
background: #0069e5;
color: #fff;
border-radius: 4px;
box-sizing: border-box;
2023-05-21 12:55:06 +02:00
}