Reorganize files

This commit is contained in:
2025-05-24 21:47:05 +02:00
parent 37b1a68d0c
commit 5c98bf64ae
37 changed files with 12 additions and 63 deletions

30
custom.scss Normal file
View File

@@ -0,0 +1,30 @@
/*-- scss:defaults --*/
// $body-bg: #ffffff;
// $body-color: #7a6f69;
// $link-color: #005088;
// $selection-color: #00b0dc;
// $presentation-heading-color: $selection-color;
// $tabset-border-color: #bbb3b0;
/*-- scss:rules --*/
.slide-number,
.reveal.has-logo .slide-number {
bottom: 14px !important;
left: 50px !important;
top: unset !important;
color: #777777 !important;
}
.sup-zero-width {
display: inline-block;
vertical-align: super;
font-size: smaller;
width: 0px;
}
.zero-width {
display: inline-block;
width: 0px;
}