lowkeywicked

Freebie - Darkly CSS

Dec 6th, 2019
9,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. /* sets primary highligh color */
  2. $primary: #d8607b ;
  3.  
  4. /* controls corners of divs -- use 0.25em for rounded -- 0 for sharp -- */
  5. $radius: 0.25em;
  6.  
  7. /* PROFILE LINK SWITCHES ----------------
  8. set to "on" for the sidebar links to appear -- set to "off" for the links to hide */
  9. $nav_user_art: on;
  10.  
  11. $nav_user_designs: on;
  12.  
  13. $nav_worlds: on;
  14.  
  15. $nav_links: on;
  16.  
  17. $nav_lits: on;
  18.  
  19. /* CSS IMPORT LINK */
  20. @import '0/2518/dmaaXR/freebie-darkly';
  21.  
  22. /* You can write your own custom CSS, put it below the import link
  23. -- Do not put another template import link with this one, it will break the layout */
Add Comment
Please, Sign In to add comment