rixensart : add selection color, remove annoying border

This commit is contained in:
Daniel Muyshond 2020-10-23 14:50:05 +02:00
parent 88ba5ca92c
commit a29e8f6e41
1 changed files with 15 additions and 0 deletions

View File

@ -3,3 +3,18 @@
h1#logo a img {
max-height: 137px;
}
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
background-color: #4AA7BB;
}
/* remove annoying border I can't remove with EO vars at the moment */
div.links-list ul > li:not(:last-child) {
border-bottom: 0;
}