Advertisement
AtlasDev1

theme

Aug 2nd, 2021 (edited)
1,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. @charset "UTF-8";
  2. :root {
  3.     --main-color: #6336e0;
  4.     --hover-color: #4a2aa3;
  5.     --success-color: #43b581;
  6.     --danger-color: #982929;
  7.     --channel-unread: var(--main-color)
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement