Skip to content

Instantly share code, notes, and snippets.

@bethropolis
Created June 22, 2023 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bethropolis/9dfcbb3557ff375a00929ccdc8078d59 to your computer and use it in GitHub Desktop.
Save bethropolis/9dfcbb3557ff375a00929ccdc8078d59 to your computer and use it in GitHub Desktop.
suplike theme retro-gothic
:root {
--bg: #000;
--co: #fff;
--ho: #ff00ff;
--ac: #00ffff;
--inp: #333;
--icon-light: #fff;
--icon-dark: #000;
--box-shadow: 0 0 5px var(--light);
--tab: #333;
--btn: #ff00ff;
--white: #121113;
--btn-co: #fff;
--option: #6d6d6e1c;
--card: #000;
--comment-card: #333;
--nav: #ff00ff;
--muted-text: #eee;
--purple: rgba(91, 55, 183, 1);
--pink: rgba(201, 55, 157, 1);
--yellow: rgba(230, 169, 25, 1);
--teal: rgba(28, 150, 162, 1);
--blue: rgba(0, 123, 255, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment