Skip to content

Instantly share code, notes, and snippets.

@z-------------
Last active January 22, 2017 11:52
Show Gist options
  • Save z-------------/ada7405481aec82d1929 to your computer and use it in GitHub Desktop.
Save z-------------/ada7405481aec82d1929 to your computer and use it in GitHub Desktop.
SMART looks like shit. better-smart.css makes it less so. By several orders of magnitude.

better-smart.css

SMART looks like shit. better-smart.css makes it less so. By several orders of magnitude.

Screenshot of SMART with better-smart.css enabled

  1. Get a style manager (like Stylebot for Chrome, which is what I use).
  2. Go to SMART and open the style manager.
  3. Paste the contents of better-smart.css.
  4. ???
  5. PROFIT
body {
font-family: "Segoe UI", "Noto Sans CJK TC", sans-serif;
padding-top: 70px;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Segoe UI", "Noto Sans CJK TC", sans-serif;
text-transform: uppercase;
letter-spacing: -0.03em;
}
.navbar {
position: fixed;
left: 0;
top: 0;
width: 100%;
box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
z-index: 999;
}
.navbar-inner {
background: #0074D9;
border-radius: 0;
}
a.logo {
display: none;
}
.plrd-images {
display: flex;
}
.plrd-images li a {
transform: none;
margin: 0 5px;
margin-bottom: 20px;
box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
}
.plrd-images li a:hover {
box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.plrd-images li a:after {
font-family: inherit;
font-size: 1em;
}
#carBanners .item img {
box-shadow: none;
transition: -webkit-filter .3s;
}
#carBanners .item img:hover {
-webkit-filter: brightness(.9);
}
.bulletintitle {
letter-spacing: 0;
font-size: 1.5em;
margin-top: 5px;
display: block;
font-weight: 600;
}
a.plrd {
font-weight: 500;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment