styling changes

This commit is contained in:
francois-gm 2026-01-15 17:49:13 +01:00
parent 958bf6fc57
commit 0eaf78786a

View file

@ -59,9 +59,10 @@
.box { .box {
background: white; background: white;
border: 3px solid black; box-shadow: 0rem 0rem 10rem 1rem rgba(255,0,255,1);
padding: 12px; padding:0.25rem;
margin: 12px 0; border-radius: 2.5rem;
margin: 1rem;
} }
.highlight { .highlight {
@ -99,7 +100,7 @@
white-space: pre; white-space: pre;
display: inline-block; display: inline-block;
background: white; background: white;
border: 10px dotted red; border: 5px dotted blue;
border-radius: 50%; border-radius: 50%;
padding: 10px; padding: 10px;
} }