Skip to content

Instantly share code, notes, and snippets.

@anorm
Last active August 29, 2015 14:22
Show Gist options
  • Save anorm/f86b858c884011a05ba6 to your computer and use it in GitHub Desktop.
Save anorm/f86b858c884011a05ba6 to your computer and use it in GitHub Desktop.
Stylish rule to make listen.tidalhifi.com a little brighter
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("listen.tidalhifi.com") {
body {
background:#ddd;
color:#111
}
[class^="icon-"], [class*=" icon-"] {
color:#111
}
.heading--borders, .heading--tabs {
border-color: #aaa;
background-color: #ccd;
}
.grid__nav {
background: none repeat scroll 0% 0% #ddd;
}
.menu__item {
border-color: #ccc;
}
.menu__sub {
background: none repeat scroll 0% 0% #eee;
}
a.menu__link--active, a.menu__link--active i {
color: #0ab;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .active i, .active:hover i {
color: #0ab;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
border-color: #0ab;
}
.track-list {
background: none repeat scroll 0% 0% #eee;
}
.track-list tbody tr, .track-list thead tr {
background: -moz-linear-gradient(center top , #ddd 1px, transparent 2px, transparent 40px, #ddd 41px, #1C1C1C 42px, #1C1C1C 100%) repeat scroll 0% 0% transparent;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
color: #333;
}
.ui-menu, .ui-menu-item, .ui-autocomplete, .ui-menu-item a
{
background-color: 0xddd !important;
background: none repeat scroll 0% 0% #eee !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment