braine-l'alleud: add selection color + remove annoying border

This commit is contained in:
Daniel Muyshond 2020-10-23 14:35:31 +02:00
parent 116e095979
commit f5acbe75c7
1 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,18 @@
@charset "UTF-8";
/* 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;
}
/*logo height*/
h1#logo a img {
max-height: 82px;