update @ Sun Oct 8 21:19:31 EEST 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-10-08 21:19:31 +03:00
parent feeb77e32a
commit 9e142551b2
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
3 changed files with 79 additions and 78 deletions

View file

@ -56,3 +56,10 @@ a {
nav img {
height: 1rem;
}
code:not(pre code),
time {
border-radius: 2px;
padding: 0.2em;
}

View file

@ -27,9 +27,3 @@ pre code {
scrollbar-width: initial;
-ms-overflow-style: initial;
}
code:not(pre code),
time {
border-radius: 2px;
padding: 0.2em;
}