summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <root@lunar.sh>2025-10-19 10:36:21 +0200
committerGitHub <noreply@github.com>2025-10-19 10:36:21 +0200
commite707ebf4551c399d2197bb2e78658daed8013eb9 (patch)
treea0094d2e4cb8feb053cc515ca146306cf70e919f
parentdb03f8cdc59599acac7aff87203cc0be3d9ba374 (diff)
downloadjournal.lunar.sh-e707ebf4551c399d2197bb2e78658daed8013eb9.tar.gz
journal.lunar.sh-e707ebf4551c399d2197bb2e78658daed8013eb9.zip
Remove border-radius from style.scss
-rw-r--r--style.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 2565448..804efc4 100644
--- a/style.scss
+++ b/style.scss
@@ -739,6 +739,7 @@ code table tr {
padding-right: 8px;
min-width: 32px;
border-right-style: dotted;
+ border-radius: 0;
}
.rouge-code {