Skip to content

Instantly share code, notes, and snippets.

@walaura
Created August 15, 2017 06:25
Show Gist options
  • Save walaura/d5435384a4fa0161b169d191bf12cfb1 to your computer and use it in GitHub Desktop.
Save walaura/d5435384a4fa0161b169d191bf12cfb1 to your computer and use it in GitHub Desktop.
Changes the font to system default on mac, makes the topbar a bit more native-looking and removes the custom user color from the home tweet box
body {
font-family: -apple-system, sans-serif!important;
}
.topbar, .global-nav {
border-bottom: 0!important;
}
.global-nav-inner {
-webkit-backdrop-filter: blur(10px) brightness(150%);
background-color: rgba(255,255,255,.95)!important;
box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
}
.home-tweet-box {
background:#f5f8fa!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment