Skip to content

Instantly share code, notes, and snippets.

@LucasHT22
Created October 2, 2022 02:48
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 LucasHT22/0c363cee0a2d85b6b0f3f48b0f20a56c to your computer and use it in GitHub Desktop.
Save LucasHT22/0c363cee0a2d85b6b0f3f48b0f20a56c to your computer and use it in GitHub Desktop.
/*
Inspirated in https://gist.github.com/TheOnlyGhostwolf
*/
@font-face {
font-family: Courier;
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: Courier;
}
body {
font-family: Courier,Arial;
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;
}
.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