Post banners!

This commit is contained in:
daudix
2024-07-13 22:48:55 +03:00
parent 2ae84fb5d5
commit f690ec1105
5 changed files with 28 additions and 5 deletions

View File

@ -27,7 +27,7 @@ h3 {
small {
color: var(--fg-muted-5);
font-size: 0.875rem;
font-size: 0.875em;
}
abbr[title] {
@ -39,7 +39,7 @@ abbr[title] {
figcaption {
color: var(--fg-muted-4);
font-size: 0.875rem;
font-size: 0.875em;
text-align: center;
}
@ -83,7 +83,7 @@ ins {
samp {
background-color: var(--fg-muted-1);
color: var(--fg-muted-5);
font-size: 0.875rem;
font-size: 0.875em;
}
q {
@ -121,7 +121,7 @@ kbd {
border-radius: var(--rounded-corner-small);
background-color: var(--fg-muted-2);
padding: 0.125rem 0.375rem;
font-size: 0.875rem;
font-size: 0.875em;
line-height: normal;
// Small nice thingy, keys can be pressed!