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