Skip to content

Instantly share code, notes, and snippets.

@alicerunsonfedora
Created March 20, 2019 03:19
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 alicerunsonfedora/99b292d874af698573c9c91c55088f6a to your computer and use it in GitHub Desktop.
Save alicerunsonfedora/99b292d874af698573c9c91c55088f6a to your computer and use it in GitHub Desktop.
Some cool Bootstrap stuff
.bg-asriel {
background-color: rgb(92, 86, 142);
}
.asriel-primary {
background-color: rgb(84, 89, 204);
}
.btn-asriel {
background-color: rgb(84, 89, 204);
color: white;
border-color: rgb(62, 65, 153);
}
.btn-toriel {
background-color: rgb(92, 86, 142);
border-color: #423e66;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment