fix: Rounded reference box corners

Increased border radius for reference box to be consistent with note box
This commit is contained in:
2025-11-02 15:23:18 -05:00
parent d9c88b40b1
commit 1c783d8ed3
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ body {
width: 100%;
height: 100%;
border: black solid 1px;
border-radius: 3px;
border-radius: 0.375em;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}