a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by reddirecpthoo
reddirecpthoo  ·  3568 days ago  ·  link  ·    ·  parent  ·  post: Is there a way to make the top bar non-floating?

Adding to the list of style tweaks, if you're colorblind, having trouble distinguishing the hubski share/non-share wheel, you might be benefited by this

        img[class*='point'] {
            background-image: url('http://i.imgur.com/CG7Shda.png');
        }
Another tweak I'm using is a personal preference of font as Arial

        * {
            font-family:'arial' !important;
        }