Waarschijnlijk laatste push ongeveer
This commit is contained in:
parent
63dd187fb4
commit
631378579d
4 changed files with 29 additions and 11 deletions
19
style.css
19
style.css
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue