Advertisement
tsapaste

DeviantArt sample theme

Oct 5th, 2020
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. :root{
  2.     /*Dark theme below*/
  3.     --D1:#202035;
  4.     /*Light theme below*/
  5.     --L1:#5040cc;
  6.     /*Green theme below*/
  7.    --L5:#0dad0d;
  8.    /*Deviantart Logo color*/
  9.    --C14:#00e59b;
  10.    /*text box background*/
  11.    --D3:#22272b;
  12.    /*textbox border,your comment hover*/
  13.     --D4:#ff0000;
  14.     /*published date/copyright*/
  15.     --D5:#ffb002;
  16.     /*"Add a new comment"*/
  17.     --D6:#e4f500;
  18.     /*Toolbar links,comment text*/
  19.     --D7:#10db05;
  20.     /*title,action bar,"load previous comments",bell,newest*/
  21.     --D8:#0d00ff;
  22.     /*unknown*/
  23.     --D9:#ea04fb;
  24.     /*"comments",commenters username,notes icon*/
  25.     --D10:#a063ee;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement