namur : remove annoying border + add selection colors

This commit is contained in:
Daniel Muyshond 2020-11-03 13:49:07 +01:00
parent 6889fd87bd
commit 06abef6283
1 changed files with 12 additions and 0 deletions

View File

@ -28,3 +28,15 @@ div.gru-nav > ul > li.selected a {
font-weight: 600;
}
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
background-color: $primary-color;
}
/* remove annoying border I can't remove with EO vars at the moment */
div.links-list ul > li:not(:last-child) {
border-bottom: 0;
}