290420 New theme, personal settings and bugfixes

This commit is contained in:
Daisuke
2020-04-29 12:29:25 -05:00
parent 16e39ffbe8
commit 687ddc7068
48 changed files with 1986 additions and 369 deletions

View File

@ -92,6 +92,22 @@ input[type="checkbox"]:checked+label {
box-shadow: 0px 0px 7px #000;
}
.public::after {
content: '';
}
.unlisted::after {
content: '';
}
.private::after {
content: '';
}
.direct::after {
content: '';
}
.side_element li:hover {
background-color: rgba(255, 255, 255, 0.25);
}