This commit is contained in:
cutls 2020-08-12 09:48:28 +09:00
parent 2281d0ca35
commit 74d756d43b
2 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,15 @@ html {
align-items: flex-start;
}
#acct-list .btn-flat.white-text {
color: inherit !important;
}
#acct-list .btn-flat.red-text {
background-color: white !important;
}
.lts {
font-size: 150%;
}

View File

@ -377,6 +377,9 @@ blockquote:before,
#left-menu a.active {
background-color: var(--emphasized);
}
#left-menu a.active span {
text-decoration: underline;
}
#right-menu {
width: 100%;
overflow-y: scroll;