Skip to content

Instantly share code, notes, and snippets.

@EnokiUN
Last active August 16, 2023 23:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EnokiUN/1637e38aca51cd9f69ad1ebd3cd7907f to your computer and use it in GitHub Desktop.
Save EnokiUN/1637e38aca51cd9f69ad1ebd3cd7907f to your computer and use it in GitHub Desktop.
Pengin weeb theme
/* Variables for you to change (if you want to) */
:root {
--background-url: url('https://cdn.discordapp.com/attachments/980412957794136087/1065727348923715645/hastun.jpg');
}
/* Actual theme here */
:root {
--purple-100: hsla(257, 33%, 8%, 75%);
--purple-200: hsla(257, 35%, 13%, 90%);
--gray-300: hsla(249, 33%, 39%, 90%);
--gray-200: hsla(249, 29%, 16%, 85%);
--pink-200: hsla(290, 19%, 25%, 90%)
}
#bg {
background-image: var(--background-url);
background-size: cover;
opacity: 0.1;
}
@media only screen and (max-width: 1200px) {
#bg {
background-position: -400px;
}
}
@thesadru
Copy link

Who is hastun?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment