Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. .editor { //This makes my custom font (SF Mono) bold.
  2. font-weight: 600;
  3. }
  4.  
  5. .status-bar { //This hides the status bar at the bottom.
  6. display: none;
  7. }
  8.  
  9. .vertical-scrollbar { //This hides the scrollbar.
  10. display: none;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement