Skip to content

Instantly share code, notes, and snippets.

@lucaspotter
Last active January 13, 2023 02:13
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 lucaspotter/d009f6c8b67d5a9794a38745eaa3da0a to your computer and use it in GitHub Desktop.
Save lucaspotter/d009f6c8b67d5a9794a38745eaa3da0a to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
@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