Vonavig93

Root_Selector_Variables

Oct 2nd, 2025 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.71 KB | None | 0 0
  1. :root {
  2. --b_primary: #6d2e55; /* this is for the "Study" buttons */
  3. --b_primary_border: #cd85b2ab; /* this is for the border of "Study" buttons */
  4.  
  5. --darkstripe: #5d2648; /* this is for a lot of the stripes, like the one top of your mailbox - Message (new messages in bold) - */
  6.  
  7. --red: #ff4f4f; /* for example the red in 'your discord account is not linked' */
  8. --green: #9beb31; /* used in a lot of places, like 'Studied today' and 'X to review' */
  9.  
  10. --nav_bg: #1c1c1c; /* for example the background of the nav left sidebar you get on phones, ALSO TOP STRIPE */
  11.  
  12. --orange_button: #d4a978; /* The 'I don't know' button */
  13. --quiz_bg: #3e3e3e; /* background of the main quiz box */
  14. --quiz_submit: #5d2648; /* For example the 'Show the next question' button */
  15.  
  16. --alink: #9bb9e2; /* Basically anthing that's a link */
  17.  
  18. --wrapper_bd: #58405d; /* The border of the main wrapper - on mobile it might be the only background you see */
  19. --bg_main: #1c1c1c; /* Main wrapper on mobile it might be the only background you see */
  20. --menu_bg: #464646; /* BG for things like the drop-downs for 'Games' or 'Resources' */
  21.  
  22. --shighlight: #9beb31; /* Colour of highlighted words in sentences */
  23.  
  24. --progress_back: #953e73; /* Full progress bar BG */
  25. --progress_bar: #c29bb3; /* Empty progress bar BG */
  26. --progress_border: #d884b8bf; /* BG of the daily challenge boxes */
  27. --challenge_bg: #35012100; /* BG of the daily challenge boxes */
  28. --level_circles: #ff3849; /* No idea what this is for :D */
  29. --progress_mborder: #65084100; /* EXP bar border */
  30.  
  31. --introbox1_bg_half: #28206380; /* These are the boxes 'BG' for quiz answers */
  32. --introbox2_bg_half: #30401d80;
  33. --introbox3_bg_half: #3e312480;
  34. --introbox4_bg_half: #2e151d80;
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment