Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.55 KB

File metadata and controls

34 lines (23 loc) · 1.55 KB

Some custom css scripts for sites to make them nicer.

Roam

This is pretty wide ranging, mainly it changes the colour pallet, fonts, and has a host of conditional highlighting. I've used keyboard shortcuts to quickly get books and people to highlight differently.

  • People shortcut so that [[@@John Smith]] → [[›John Smith]]
  • Books shortcut so that [[§§some book]] → [[»some book]]

These then trigger rules in the css file to get people to show up green and book purple.

Google docs

Gets rid of page breaks so document looks like it is infinite page.

Twitter

removes entire right hand side so you don't have trending news, follow suggestions etc. Also removes some icons from the left menu I never used. Honestly getting rid of trending news is the best upgrade to my twitter experience.

Implementation

I use stylus for my twitter and google doc themes.

For Roam the css is in [[roam/css]] as this makes it work on my phone as well.