diff options
| author | Dylan Müller <root@lunar.sh> | 2025-10-08 18:55:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-08 18:55:23 +0200 |
| commit | 7a57125787065db3a217aaa6395686a8f1624f90 (patch) | |
| tree | c80d5b7dddff681e1e0e3286599b1c7df3538e43 | |
| parent | b5ff13c4f8665ce49a8bc8a70d1c0c6f0bfa490b (diff) | |
| download | journal.lunar.sh-7a57125787065db3a217aaa6395686a8f1624f90.tar.gz journal.lunar.sh-7a57125787065db3a217aaa6395686a8f1624f90.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ For inquiries, contact root@lunar.sh. @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); @import "variables"; +* { + border-radius: 2px; +} + html { font-size: 100%; overflow-y: scroll; |
