Dark theme for Standard Notes

@import url('https://fonts.googleapis.com/css?family=Roboto:300'); @import url('https://fonts.googleapis.com/css?family=Inconsolata'); @import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); :root { /* FONTS */ --overall-font-family: 'Roboto'; --overall-font-size: 14px; --overall-font-color: #cccccc; /* Header fonts */ --h1-font-size: 32px; --h1-font-color: #cccccc; --h2-font-size: 26px; --h2-font-color: #cccccc; --h3-font-size: 22px; --h3-font-color: #cccccc;...
Read post