Last active
January 13, 2023 02:13
-
-
Save lucaspotter/d009f6c8b67d5a9794a38745eaa3da0a to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
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
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap'); | |
@font-face { | |
font-family: 'IBM Plex Mono', monospace; | |
font-weight: 400; | |
font-style: normal; | |
} | |
body { | |
font-family: 'IBM Plex Mono', monospace; | |
background-color: #008080; | |
} | |
.posts { | |
border-radius: 0; | |
background-color: transparent; | |
} | |
.post { | |
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff; | |
background: silver !important; | |
} | |
.post-text { | |
color: #222 !important; | |
} | |
.nav-link { | |
color: white !important; | |
}; | |
.header-link { | |
color: white !important; | |
} | |
.react-calendar-heatmap text { | |
fill: white !important; | |
} | |
.css { | |
color: white !important; | |
} | |
.header-back { | |
color: white !important; | |
} | |
.headline { | |
color: white !important; | |
} | |
a { | |
color: #00f; | |
} | |
.header { | |
color: white !important; | |
} | |
aside { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment