minor styling

This commit is contained in:
Matteias Collet 2021-11-05 01:39:04 +00:00 committed by GitHub
parent b5ba1a4ec1
commit 0cf68b8095

View file

@ -219,12 +219,8 @@ ul li {
text-align: left; text-align: left;
} }
ul li {
background: #f9f9f9;
}
ul li:nth-child(odd) { ul li:nth-child(odd) {
background: #e7e7e7; background: #f3f3f3;
} }
ul li:not(.disabled):hover { ul li:not(.disabled):hover {
@ -259,7 +255,7 @@ li {
li::before { li::before {
content: ''; content: '';
position: absolute; position: absolute;
border-color: #a6a6a6; border-color: #e7e7e7;
border-style: solid; border-style: solid;
border-width: 2px; border-width: 2px;
border-radius: 50%; border-radius: 50%;