Skip to content

Instantly share code, notes, and snippets.

Created May 18, 2016 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9604d032025bf6a5b898edf8e8d05c32 to your computer and use it in GitHub Desktop.
Save anonymous/9604d032025bf6a5b898edf8e8d05c32 to your computer and use it in GitHub Desktop.
bort.io custom style
td.favicon {
display: none;
padding: 0px;
}
.pull-left {
float: none !important;
}
.pull-right {
padding-top: 10px;
float: inherit !important;
}
#notify {
display: none;
}
.btn-default {
background-color: #fff !important;
}
#search {
padding: 5px 0 15px 0;
}
#tags {
text-align: center;
}
.label {
background-color: #fff !important;
color: black !important;
}
.label-selected {
background-color: #eeeeee !important;
}
#bookmarks td.text {
padding: 3px 0px;
}
#bookmarks td.text .title {
font-size: 13px;
font-weight: 300 !important;
text-transform: lowercase;
}
#bookmarks td.text .url {
font-family: Open Sans;
font-size: 11px;
color: #BBB;
display: none;
}
#main {
padding-top: 5px !important;
}
footer {
text-transform: lowercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment