Removed weird artifacting

This commit is contained in:
Airradda 2020-06-21 23:02:44 -05:00
parent 9850a9ebe2
commit c025b65291
1 changed files with 5 additions and 3 deletions

View File

@ -448,23 +448,25 @@ body {
color: var(--primary-text-color);
background-color: var(--bg-color);
}
a:link {
color: var(--link-color);
}
a:visited {
color: var(--link-visited-color);
}
<<<<<<< HEAD
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
background: var(--scrollbar-color);
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--scrollbar-color-hover);
}
=======
>>>>>>> 9b9313d348ab019cb17ffb3478fe3c4c7b0292e5