Skip to content

Instantly share code, notes, and snippets.

View thewebsitetherapist's full-sized avatar

Sarah Clark-George thewebsitetherapist

View GitHub Profile
@thewebsitetherapist
thewebsitetherapist / accelo-style.css
Created February 27, 2019 04:42
Make Accelo at home in a fluid.app - also useful on Chrome
/* I find I can't distinguish bold from regular text in Accelo,
* so this helps emphasise that important difference.
* Especially handy in editing projects.
* I use this in Stylebot in chrome and in user styles in the fluid app.
*/
.mileStoneRow td, .mileStoneRow td input, .jobRow td, .jobRow td input, .milestoneRow td, .milestoneRow td input {
color: #000;
font-weight: bold;
}