tuning layout

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2022-04-08 21:11:20 +08:00
parent b926658459
commit 4935c20e0f
9 changed files with 21 additions and 14 deletions

View File

@ -76,7 +76,7 @@ section.has-light-background h6 {
position: absolute;
bottom: 0em;
right: 0em;
padding-bottom: 1em;
padding-bottom: 0em;
padding-right: 1em;
text-align: right;
font-size: 1.0em;
@ -89,6 +89,10 @@ section.has-light-background h6 {
z-index: 1;
}
.reveal .footer .url {
padding-bottom: .4em;
}
.reveal ::selection {
color: var(--r-selection-color);
background: var(--r-selection-background-color);