blog style
This commit is contained in:
parent
982603f9d5
commit
0cd2eb163c
4 changed files with 109 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue