Files
sketchbook/assets/css/blog.css

9 lines
189 B
CSS
Raw Normal View History

2026-04-30 13:23:35 +02:00
article {
background-color: #363636;
border: #666666 2px solid;
margin-top: .5rem;
margin-bottom: .5rem;
padding: .5rem;
border-radius: .5rem;
font-size: 12pt;
}