gabrielecirulli / 2048

The source code for 2048
https://play2048.co
MIT License
12.16k stars 16.96k forks source link

changed main.scss according to contributing.md hope I did everything right! #484

Open FoXoLoT opened 5 years ago

FoXoLoT commented 5 years ago

Installed ruby and ran sass command then added:

body::-webkit-scrollbar { width: 12px; }

body::-webkit-scrollbar-track { background: #faf8ef; border-radius: 6px; }

body::-webkit-scrollbar-thumb { background: #bbada0; border-radius: 6px; }

to main.scss and noticed sass did some magic and commited the changes! hopefully I didnt brake anything but I think this new scrollbar works a touch better 🗡