Add Lotusdocs theme

This commit is contained in:
Abner Coimbre
2026-01-11 16:46:05 -08:00
parent d051d46d1f
commit 8a4d04db58
577 changed files with 40404 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
//
// _footer.scss
//
footer {
position: relative;
color: var(--text-muted);
background: var(--body-bg);
height: 58px;
.text-foot {
color: var(--gray-500);
}
.footer-head {
font-size: 18px !important;
letter-spacing: 1px;
font-weight: 500;
}
a {
color: var(--content-link-color);
}
a:hover {
color: var(--content-link-color);
text-decoration: underline 1.5px var(--primary-200);
text-underline-offset: 3px !important;
transition: 0s !important;
}
}
.footnote-backref {
font-size: 1.1rem;
vertical-align: middle;
margin-left: 0.25rem;
}