Skip to content

Instantly share code, notes, and snippets.

@70V07
Created April 6, 2024 02:31
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 70V07/10c84afd2ec1f2a2cfdca554782901b2 to your computer and use it in GitHub Desktop.
Save 70V07/10c84afd2ec1f2a2cfdca554782901b2 to your computer and use it in GitHub Desktop.
/* HEADER BAR */
.navbar,
.navbar.is-blured {
background-color: #000;
border-bottom: .5px solid #80808082
}
/* BACKGROUND */
#root {
background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;
}
/* MISC TEXT FORMATTATION */
h1,
.navbar-logo,
.about-comm-name,
.post-card-title-text {
color: #f8f8ff !important;
text-shadow: 10px 10px 10px #0000002b, 0 1px 0 #909090, 0 2px 0 #9a9a9a, 0 3px 0 #101010, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15), 0 0 10px #000;
font-size: 1.4em !important;
letter-spacing: .074px;
font-weight: 1000 !important;
padding: 3px
}
p {
color: #f8f8ff;
font-size: 16px
}
.showmorebox-body p,
.card-rules-rules p {
font-size: 14px !important
}
a {
color: #0f4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment