-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fontawesome for icons #1094
Comments
That is exactly what #1013 does. I want to finish it during the weekend. My motivation is the same, here is my attempt: // :focus {
// border: 5px solid crimson;
// }
// .entry-smartphone-share button.entry-share,
// .entry-smartphone-share button {
// padding: 20px;
// }
// .entry-toolbar button {
// margin-top: 0px;
// padding: 6px 0 6px 20px;
// }
button {
color: white;
}
#nav-open {
padding: 10px;
border: none;
border-radius: 2px;
background-color: #272325;
cursor: pointer;
margin-left: 15px;
margin-right: 15px;
margin-top: 5px;
font-size: 0.9em;
text-align: center;
}
body {
color: white;
background-color: #2e3436;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUUFBQMDAzbIvKLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QkPDBUFCnr7XwAAACZJREFUCNdj+PmB4dsHhvcFDPc3MOy/wFD/AISADCAXKAiU+vkBAFyKE1feGt/VAAAAAElFTkSuQmCC');
}
.entry.unread .entry-title {
color: #eeeeec;
}
.entry-title {
color: #999999;
}
.source-edit-form {
color: #cececc;
}
.source-title {
color: #eeeeec;
}
.source-add {
color: inherit;
}
.entry, .source {
background: #2e343666;
border: 1px solid #fff0;
}
body:not(.loggedin) #nav-filter-unread {
display: none;
}
.entry.selected {
background: #0D1211;
border-color: #444F4E;
}
.entry-toolbar {
border-top-color: #444F4E;
background-color: #0D1211;
}
.entry-smartphone-share button, .entry-toolbar button {
color: white;
}
.refresh-source {
color: white;
}
#fullscreen-entry {
background: transparent;
} |
I still need to finish up asset caching in the Webpack powered solution, will take a look at it again on the weekend. Edit: Here is the PR: #1096 |
Fixed in #1013 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to implement a dark theme and am having trouble with icons not setup for inverted colors. Can we switch the icons in toolbar etc over to fontawesome? I'd be happy to work on that if that's a direction this project would like to go.
The text was updated successfully, but these errors were encountered: