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

@ -1,5 +1,5 @@
// Your variable overrides
$body-bg: rgb(39, 39, 39);
$body-bg: rgb(0, 13, 25);
$body-color: rgb(214, 214, 214);
@import "../lib/bootstrap/scss/bootstrap";
@ -46,7 +46,7 @@ $body-color: rgb(214, 214, 214);
}
// Your variable overrides
$body-bg: #000;
$body-color: #111;
$body-color: #bbb;
$theme-colors: (
"primary": #0074d9,
"danger": #ff4136
@ -87,3 +87,16 @@ background-color: black;
color: rgb(119, 255, 255);
background-color: black;
}
.extinfo {
color: rgb(179, 185, 23);
background-color: black;
font-size: small;
font-family: cursive;
}
pre code {
color: rgb(169, 255, 255);
background-color: rgb(46, 45, 45);
cursor: copy;
}