Skip to content
Snippets Groups Projects
Commit a0e5a6b1 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Formatting CSS

parent 3970a0a1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -120,9 +120,18 @@ body {
}
 
 
::-webkit-scrollbar{width: 3px;}
::-webkit-scrollbar{
width: 3px;
}
::-webkit-scrollbar-thumb{
background-color:$theme-charcoal; border-radius: 0;
}
 
::-webkit-scrollbar-thumb{background-color:$theme-charcoal; border-radius: 0;}
::-webkit-scrollbar-thumb:hover{background-color:$theme-charcoal;}
::-webkit-scrollbar-thumb:hover{
background-color:$theme-charcoal;
}
 
::-webkit-scrollbar-track{background-color:#FFF;}
\ No newline at end of file
::-webkit-scrollbar-track{
background-color:#FFF;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment