Finally fix alignment issues (and more improvements to tables)

This commit is contained in:
2025-05-20 23:12:04 +02:00
parent 8a0cf4564b
commit f4cfddfd4e
2 changed files with 58 additions and 50 deletions

View File

@@ -1,11 +1,30 @@
/*-- scss:defaults --*/
$body-bg: #ffffff;
$body-color: #7a6f69;
$link-color: #005088;
$selection-color: #00b0dc;
// $body-bg: #ffffff;
// $body-color: #7a6f69;
// $link-color: #005088;
// $selection-color: #00b0dc;
$presentation-heading-color: $selection-color;
$tabset-border-color: #bbb3b0;
// $presentation-heading-color: $selection-color;
// $tabset-border-color: #bbb3b0;
/*-- scss:rules --*/
/*-- 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;
}