lowkeywicked

Freebie Note CSS

Nov 8th, 2019
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. /* ---------
  2. ------------ The default colors are based off the "evernote" app, i chose them b/c they are super nuetral
  3. ------------ you can change the primary/focal color if you wish but all others will stay the same
  4. ------------
  5. ------------ */
  6.  
  7.  
  8. /* primary color - links & button color */
  9. $primary: #2facb2;
  10.  
  11.  
  12. /* css import link - DO NOT COMBINE WITH OTHER IMPORT LINKS it will break */
  13. @import '0/2322/Dlm1Uo/note';
  14.  
  15. /* if you want to write your own custom css on top of this, do so below the import link */
Add Comment
Please, Sign In to add comment