summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2025-03-15 15:59:41 +0100
committerdelta <darkussdelta@gmail.com>2025-03-15 15:59:41 +0100
commit16bdab2a899bf4ed120e10a889c320304b561130 (patch)
treeedef5f0e53dbaf2730cb112c4eff887db5aef04d /assets
parent087906bae8004a889b50f522a6d6605e8be21a69 (diff)
new post
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index edd431a..835b6f9 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -146,7 +146,7 @@ nav > ul {
main {
flex-grow: 1;
width: 80vw;
- line-height: 1.5;
+ line-height: 1.6;
}
nav > ul {
@@ -230,3 +230,11 @@ main ul:not(:last-child) {
strong {
font-weight: bold;
}
+
+code {
+ background-color: var(--bg-low);
+ padding: var(--padding);
+ border-radius: var(--border-radius);
+ font-family: "Aporetic Mono", monospace;
+ text-wrap: nowrap;
+}