add enable/disable checkbox, and heading modifier

This commit is contained in:
Amruth Pillai
2020-03-25 10:07:09 +05:30
parent 25a6740c24
commit 8521b1125b
17 changed files with 335 additions and 117 deletions

View File

@ -8,6 +8,10 @@ body {
}
@media screen {
input:checked + i.material-icons {
display: block;
}
#sidebar {
top: 0;
left: 0;