rsrsss/style.css

29 lines
402 B
CSS

body {
background-color: lightgray;
}
article {
clear: both;
background-color: whitesmoke;
border-radius: 5px;
padding: 3px 10px 5px;
margin-bottom: 1em;
}
.timestamp {
font-style: italic;
}
.category {
display: inline-block;
padding: 2px 4px;
background-color: lightgray;
border-radius: 3px;
}
a {
color: chocolate;
}
a:visited {
color: brown;
}