Update file style.css

This commit is contained in:
Jan BELLON 2024-03-07 14:47:42 +00:00
parent 2eb299be5b
commit 02ee228cfb

View File

@ -83,12 +83,12 @@ a {
.article-link { .article-link {
display: inline-block; display: inline-block;
width: 25em; width: 25em;
margin: 2em;
} }
.article { .article {
background-color: var(--dark-background); background-color: var(--dark-background);
border-radius: 10px; border-radius: 10px;
margin: 2em;
} }
.article:hover { .article:hover {