Skip to content

Instantly share code, notes, and snippets.

@advaith1
Last active December 18, 2017 18:50
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 advaith1/a274e511147c29a297c8e73652d97531 to your computer and use it in GitHub Desktop.
Save advaith1/a274e511147c29a297c8e73652d97531 to your computer and use it in GitHub Desktop.
<!--- page style --->
<style>
.page {
color: #ffffff !important;
}
p {
color: #ffffff !important;
}
html {
background-color: #2C2F33 !important;
}
.status.green {
color: #00ff3c !important;
}
.column {
margin: auto !important;
}
code {
background: #212428 !important;
color: #7289da !important;
}
.btn-blue {
background: #495ea9 !important;
}
.btn-orange {
background: #495ea9 !important;
}
body {
color: #ffffff !important;
}
.bot-name {
color:white;
-webkit-background-clip: text;
background-clip: text;
.longdescription .content {
box-shadow: none !important;
color: #2C2F33 !important;
}
}
.color-medium-blue {
color: #495ea9 !important;
}
.content {
background-color: #2C2F33 !important;
}
span.lib {
color:white !important;
}
span#prefix {
color:white !important;
}
a:hover {
color: white !important;
}
#menu {
background: #212428 !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment