diff options
| author | Dylan Müller <root@lunar.sh> | 2025-10-19 10:36:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-19 10:36:21 +0200 |
| commit | e707ebf4551c399d2197bb2e78658daed8013eb9 (patch) | |
| tree | a0094d2e4cb8feb053cc515ca146306cf70e919f | |
| parent | db03f8cdc59599acac7aff87203cc0be3d9ba374 (diff) | |
| download | journal.lunar.sh-e707ebf4551c399d2197bb2e78658daed8013eb9.tar.gz journal.lunar.sh-e707ebf4551c399d2197bb2e78658daed8013eb9.zip | |
Remove border-radius from style.scss
| -rw-r--r-- | style.scss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -739,6 +739,7 @@ code table tr { padding-right: 8px; min-width: 32px; border-right-style: dotted; + border-radius: 0; } .rouge-code { |
