Skip to content

Instantly share code, notes, and snippets.

@yarnaimo
Last active July 24, 2019 15:51
Show Gist options
  • Save yarnaimo/72873779b28e4d889903483d40c4798c to your computer and use it in GitHub Desktop.
Save yarnaimo/72873779b28e4d889903483d40c4798c to your computer and use it in GitHub Desktop.
bettertweetdeck-custom-css
body {
font-family: 'Segoe UI', 'BIZ UDゴシック', sans-serif;
}
.app-columns-container, .app-content {
background-color: #eeeeee;
}
html.btd-on .btd__minimal_mode .column {
margin-right: 1px !important;
}
.scroll-styled-h::-webkit-scrollbar-track, .scroll-styled-v::-webkit-scrollbar-track {
border-left: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment