Update general.css

This commit is contained in:
expikr 2023-04-09 16:22:19 +08:00 committed by GitHub
parent a57c1b52bd
commit 4d97bec2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -148,6 +148,12 @@ blockquote, details {
border-bottom: .1em solid var(--quote-border);
}
details {
border-left: .1em solid var(--quote-border);
border-right: .1em solid var(--quote-border);
border-radius: 4px;
}
kbd {
background-color: var(--table-border-color);
border-radius: 4px;