Add slight radius to document close button

This commit is contained in:
Joscha 2025-03-03 22:40:50 +01:00
parent f4eb4d58b0
commit fc56be9466

View file

@ -49,10 +49,13 @@ const mode = ref<
position: absolute;
top: 0;
right: 0;
border: 2px solid black;
border-radius: 4px;
padding: 0 4px;
color: white;
background-color: black;
border: 2px solid black;
padding: 0 4px;
}
.close:hover {