1
Fork 0

Waarschijnlijk laatste push ongeveer

This commit is contained in:
Tibo De Peuter 2022-05-19 21:32:32 +02:00
parent 63dd187fb4
commit 631378579d
4 changed files with 29 additions and 11 deletions

View file

@ -19,8 +19,8 @@ li ul {
}
ul {
/* alternatieven "↪" */
list-style-type: symbols("");
/* alternatieven "↪" "⬉" */
list-style-type: symbols("");
}
ul#wortel {
@ -41,7 +41,7 @@ ul#wortel {
font-family: sans-serif;
}
#bar {
.box {
font-family: sans-serif;
font-size: 95%;
@ -54,6 +54,15 @@ ul#wortel {
top: 7px;
}
.box p {
padding: 0;
margin: 0;
}
#waarschuwing b {
color: #ba0000;
}
#visualisatie {
margin: 0.5em 0;
font-size: calc(1em * 0.875);
@ -85,3 +94,7 @@ button:after {
margin-left: 0.25em;
content: "]";
}
footer {
text-align: center;
}