We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981d4cd commit 8012f7eCopy full SHA for 8012f7e
2 files changed
assets/theme-css/styles.css
@@ -165,6 +165,8 @@ a > code {
165
}
166
#footer {
167
background-color: var(--colorPrimaryDark);
168
+ position: sticky;
169
+ top: calc(100vh - var(--spht-footer-height));
170
171
172
.footer-logo-column {
assets/theme-css/vars.css
@@ -2,7 +2,6 @@
2
:root {
3
--fontFamily: "{{ .Site.Params.font.name }}", "Noto Sans Symbols 2";
4
5
- /* First we name the colors of our theme's palette. */
6
--colorPrimaryDark: rgb(1, 50, 67);
7
--colorPrimary: rgb(77, 119, 207);
8
--colorPrimaryLight: rgb(77, 171, 207);
@@ -13,4 +12,6 @@
13
12
14
--colorBrightBlue: rgb(30, 135, 240);
15
--colorYellow: rgb(255, 197, 83);
+
16
+ --spht-footer-height: 6em;
17
0 commit comments