fix: Rounded reference box corners
Increased border radius for reference box to be consistent with note box
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user