mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-11 02:52:49 +00:00
lots of progress - basic functionality work - bundling working
This commit is contained in:
@@ -21,10 +21,30 @@ body {
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: $blue;
|
||||
transition: all 0.1s linear;
|
||||
transition: all 0.2s linear;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: $blue--lighter;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track
|
||||
{
|
||||
border-radius: 10px;
|
||||
background-color: none;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar
|
||||
{
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
background-color: none;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb
|
||||
{
|
||||
border-radius: 10px;
|
||||
background-color: darken($dark-blue, 5%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user