Created
July 15, 2024 20:08
-
-
Save RobinBoers/943b4135553bb73cc984db252fd891fa to your computer and use it in GitHub Desktop.
Pink spacehey theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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