Browse Source

refactor: changed scrollbar colors slightly

Kristian Vos 3 years ago
parent
commit
e80d2f79ad
1 changed files with 11 additions and 1 deletions
  1. 11 1
      frontend/src/App.vue

+ 11 - 1
frontend/src/App.vue

@@ -1979,6 +1979,16 @@ html {
 		::-webkit-scrollbar-thumb {
 			background-color: var(--light-grey);
 		}
+
+		::-webkit-scrollbar-track {
+			background-color: var(--dark-grey-3);
+		}
+	}
+
+	div {
+		::-webkit-scrollbar-track {
+			background-color: transparent !important;
+		}
 	}
 }
 
@@ -1988,7 +1998,7 @@ html {
 }
 
 ::-webkit-scrollbar-track {
-	background-color: transparent;
+	background-color: var(--light-grey-2);
 }
 
 ::-webkit-scrollbar-thumb {