Skip to content

Instantly share code, notes, and snippets.

@FaceTheWolf
Last active October 10, 2019 11:34
Show Gist options
  • Save FaceTheWolf/17b87969c1a64e8cf34b8c4300ac9f53 to your computer and use it in GitHub Desktop.
Save FaceTheWolf/17b87969c1a64e8cf34b8c4300ac9f53 to your computer and use it in GitHub Desktop.
Custom CSS for toot.site
html{
scrollbar-face-color: #313543;
scrollbar-track-color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1025px) {
.column {
flex: 1;
min-width: 350px;
max-width: 500px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment