Add new post

* fix styles
This commit is contained in:
Defectink
2022-04-14 11:32:33 +08:00
parent 55d36c18d1
commit 1d9fa50fd3
11 changed files with 1086 additions and 197 deletions

View File

@ -259,7 +259,7 @@ h6:hover::before {
#article pre,
#article samp {
font-family: monospace, monospace;
font-size: 1em;
font-size: 17px;
}
#article mark {
@ -332,3 +332,7 @@ h6:hover::before {
height: auto;
}
}
#article img {
border-radius: 6px;
}