Skip to content

Instantly share code, notes, and snippets.

@ClaireBookworm
Last active October 16, 2022 17:28
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 ClaireBookworm/3b733e8257906c6f8e5aececc9a369ae to your computer and use it in GitHub Desktop.
Save ClaireBookworm/3b733e8257906c6f8e5aececc9a369ae to your computer and use it in GitHub Desktop.
/*
Inspirated in https://gist.github.com/TheOnlyGhostwolf
*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
/* @font-face {
font-family: "Questrial", "Helvetica", "Helvetica Neue", "Courier";
font-weight: 400;
font-style: normal;
} */
body {
font-family: "QUestrial", "Helvetica", "Helvetiva Neue", "Arial";
background-color: #3c4858;
}
.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;
font-weight: 800;
}
.header-webring-mention:focus, .header-webring-mention:hover {
background-color: white !important;
color: black !important;
box-shadow: none !important;
}
.header-webring-mention {
font-size: 20px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment