lowkeywicked

Freebie - Flat World CSS

Jan 8th, 2021
5,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. /* --------------------------------------------------------------------------------- */
  2. /* --------------- This CSS is intended for WORLDS ------------------------------ */
  3. /* --------------------------------------------------------------------------------- */
  4.  
  5. /* choose LIGHT or DARK */
  6. $theme: light;
  7.  
  8.  
  9. /* primary highlight color*/
  10. $primary: #F3969A;
  11.  
  12.  
  13. /* page background color */
  14. $bg_color: #444;
  15.  
  16. /* page background image - OPTIONAL - you can leave blank & bg will be a solid color */
  17. $bg_img: "https://f2.toyhou.se/file/f2-toyhou-se/images/18459703_uas9XykcSR5ugpB.png";
  18.  
  19.  
  20. /* CSS IMPORT LINK */
  21. @import '0/2280/ywo7cJ/flat-world';
  22.  
  23. /* PLEASE NOTE -- do not paste another CSS import on top of this world one. It will cause conflicts and break the layouts.*/
Advertisement
Add Comment
Please, Sign In to add comment