#317 for a11y
This commit is contained in:
parent
2281d0ca35
commit
74d756d43b
|
@ -21,6 +21,15 @@ html {
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#acct-list .btn-flat.white-text {
|
||||||
|
color: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#acct-list .btn-flat.red-text {
|
||||||
|
background-color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.lts {
|
.lts {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -377,6 +377,9 @@ blockquote:before,
|
||||||
#left-menu a.active {
|
#left-menu a.active {
|
||||||
background-color: var(--emphasized);
|
background-color: var(--emphasized);
|
||||||
}
|
}
|
||||||
|
#left-menu a.active span {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
#right-menu {
|
#right-menu {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user