Fix close button

This commit is contained in:
Wim Brand
2019-08-15 13:38:49 +02:00
parent b46280aca0
commit e6902cdeb3
2 changed files with 3 additions and 3 deletions

View File

@@ -227,7 +227,7 @@ hr{
border-radius: 0.5em;
border: 0.22em solid var(--scrollbar_background_color);
}
::-webkit-scrollbar-corner{background: transparent;}
::-webkit-scrollbar-corner{background: var(--scrollbar_background_color);}
a {color: var(--highlight_color); text-decoration: none;}
a:hover {color: var(--highlight_color); text-decoration: underline;}