Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- :not(i) {
- font-family: "courier";
- }
- canvas {
- display: block;
- position:absolute;
- top:0;
- left:0;
- }
- .form-control {
- background: #111111;
- color: #ffffff;
- }
- .form-control:focus {
- color: #00ff41;
- }
- .challenge-input {
- color: #00ff41;
- }
- button.close {
- color: #00ff41; /* Text color */
- }
- button.close:hover {
- color: #008f11;
- }
- .bg-dark {
- background-color: #0b000f !important;
- }
- .navbar-dark {
- border-style: solid;
- border-color: #00ff41;
- border-width: 0 0 2px 0;
- }
- .jumbotron {
- background-color: #001800;
- color: #ffffff;
- }
- html, body, main {
- background-color: #111111;
- color: rgb(216, 213, 208);
- }
- .modal-content {
- background-color: #111111;
- }
- .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
- background-color: #2d2a30;
- color: rgb(216, 213, 208);
- }
- .btn-outline-secondary:hover {
- color: #fff;
- background-color: #00b315;
- border-color: #001800;
- text-shadow: 0.75px 0.75px 0.5px black;
- }
- .btn-dark {
- color: #fff;
- background-color: #111111;
- border-color: #00ff41;
- border-width: 1px;
- }
- .btn-dark:hover {
- color: #fff;
- background-color: #00b315;
- border-color: #00b315;
- border-width: 1px;
- text-shadow: 1px 1px 0.5px black;
- }
- .challenge-button {
- box-shadow: 1 1 1 #ffffff;
- }
- .solved-challenge {
- color: #fff;
- background-color: #00b315;
- border-color: #00b315;
- border-width: 1px;
- text-shadow: 1px 1px 0.5px black;
- opacity: 1;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement