1
0

take advantage of less niceness

This commit is contained in:
Nicola Clark 2024-10-11 22:59:30 -05:00
parent 4d6cdf8f78
commit e28fc30875
Signed by: nicola
GPG Key ID: 3E1710E7FF08956C

View File

@ -36,18 +36,18 @@
padding: @padding-md; padding: @padding-md;
text-align: center; text-align: center;
transition: background-color 0.2s; transition: background-color 0.2s;
}
li.selected { &.selected {
background-color: darken(@color-light, 20%); background-color: darken(@color-light, 20%);
} }
li:focus, &:focus,
li:hover { &:hover {
background-color: darken(@color-light, 10%); background-color: darken(@color-light, 10%);
} }
li:not(:last-of-type) { &:not(:last-of-type) {
border-bottom: 1px solid @color-dark; border-bottom: 1px solid @color-dark;
} }
}
</style> </style>