improving CSS

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-12-28 14:09:59 +01:00
parent 2d4def4265
commit f5cd51bc3b
3 changed files with 13 additions and 0 deletions

View File

@@ -153,6 +153,10 @@ li.task > button{
display: none;
}
li.task > button:nth-child(2){
display: initial;
}
li.task{
padding: 5px 0;
}

View File

@@ -240,6 +240,10 @@ li.task > button{
display: none;
}
li.task > button:nth-child(2){
display: initial;
}
li.task{
padding: 5px 0;
}

View File

@@ -19,6 +19,7 @@ body {
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;
@@ -152,6 +153,10 @@ li.task > button{
display: none;
}
li.task > button:nth-child(2){
display: initial;
}
li.task{
padding: 5px 0;
}