blog style

This commit is contained in:
gws 2024-11-14 09:22:56 +01:00
parent 982603f9d5
commit 0cd2eb163c
4 changed files with 109 additions and 2 deletions

View file

@ -26,6 +26,8 @@ main {
margin-top: 1em;
}
cursor: pointer;
border: 3px solid var(--primary-text-color);
border-radius: 25px;
margin: 0 0 0 0;
@ -108,6 +110,10 @@ main {
margin-bottom: 20px;
}
.footer {
cursor: default;
}
}

View file

@ -89,4 +89,17 @@ a.more:hover {
pre {
border-radius: 1em;
}
}
ul {
list-style: none;
}
li.blog {
margin-bottom: 1.5em;
cursor: pointer;
}
.article-body {
padding: 0;
}