Skip to content

Instantly share code, notes, and snippets.

@q00u
Created June 20, 2022 13:54
Show Gist options
  • Save q00u/6461bf3f333e67c452e11dbf981ccb34 to your computer and use it in GitHub Desktop.
Save q00u/6461bf3f333e67c452e11dbf981ccb34 to your computer and use it in GitHub Desktop.
body {
background-color: #000
}
#main #guild {
height: 54px;
}
#main #guild a {
background: initial;
color: #aaa
}
#main #shop {
background-color: #050505;
color: #aaa;
display: none
}
h1 {
color: #ddd!important
}
h1 a {
color: #add8e6!important
}
#main {
background-color: #090919
}
#content {
background-color: #223;
color: #d1d1d1;
font-family: Roboto, BlinkMacSystemFont, sans-serif;
font-size: 27px;
line-height: 43px;
margin: auto;
max-width: 700px;
text-align: left;
text-rendering: optimizelegibility
}
#content p {
margin-block-end: 27px;
text-indent: 27px
}
#content a {
color: #64befa!important
}
#content a:visited {
color: #90ee90!important
}
.bottomlink {
font-size: 22px
}
.bottomlink a {
color: #64befa!important
}
h1 a:visited, .bottomlink a:visited {
color: #90ee90!important
}
.list {
background-color: #090919;
color: #add8e6;
}
.list a {
color: #aaa;
}
.centent ul li {
background-color: #223;
}
.centent ul li a {
color: #ccc;
}
.centent ul li a:visited {
color: #90ee90;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment