presentation

This commit is contained in:
2022-06-18 15:44:06 +01:00
parent 519a4fbd46
commit 2d5438c943
7 changed files with 61 additions and 7846 deletions

View File

@ -56,7 +56,7 @@ body {
line-height: 1.5;
color: #d6d6d6;
text-align: left;
background-color: #272727; }
background-color: #000d19; }
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important; }
@ -392,7 +392,7 @@ mark,
.img-thumbnail {
padding: 0.25rem;
background-color: #272727;
background-color: #000d19;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
@ -2965,11 +2965,11 @@ input[type="button"].btn-block {
.custom-range:focus {
outline: none; }
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #272727, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
box-shadow: 0 0 0 1px #000d19, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #272727, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
box-shadow: 0 0 0 1px #000d19, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #272727, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
box-shadow: 0 0 0 1px #000d19, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
@ -3101,8 +3101,8 @@ input[type="button"].btn-block {
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #272727;
border-color: #dee2e6 #dee2e6 #272727; }
background-color: #000d19;
border-color: #dee2e6 #dee2e6 #000d19; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
@ -7829,4 +7829,13 @@ a.text-dark:hover, a.text-dark:focus {
color: #77ffff;
background-color: black; }
/*# sourceMappingURL=site.css.map */
.extinfo {
color: #b3b917;
background-color: black;
font-size: small;
font-family: cursive; }
pre code {
color: #a9ffff;
background-color: #2e2d2d;
cursor: copy; }