Skip to content

Instantly share code, notes, and snippets.

@RobinBoers
Created July 15, 2024 20:08
Show Gist options
  • Save RobinBoers/943b4135553bb73cc984db252fd891fa to your computer and use it in GitHub Desktop.
Save RobinBoers/943b4135553bb73cc984db252fd891fa to your computer and use it in GitHub Desktop.
Pink spacehey theme
body {background: antiquewhite !important}
.top {background: #d53e65 !important;}
nav .links {background: #eda7ab !important;}
nav .links a {text-shadow: 0 0 7px #e77b97 !important}
nav .links a:hover {color: #d53e65 !important;}
main {background: #fff5eb !important;}
.blog-preview {display:none}
.profile-pic img {border: 5px solid #d53e65; border-radius: 4px;}
footer {background: #f3e3ce !important;}
.profile .heading {background: #a32848 !important;color:white !important;}
:root {--lighter-blue: #cd8a9b !important;--even-lighter-blue: #ffd6e1!important;--lightest-blue: #ffdfe7 !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment