0a1,6 > /* > Made some of my own modifications > Note: https://github.com/adityatelange/hugo-PaperMod/pull/143/files#diff-12ad2b661fa0eda6278867e1a9f6e4debd09ba3cb2e09410ead9e2f459d9cbdd > deletes --hljs-bg definitions, but this breaks the scrollbar, at minimum, so I don't do that > */ > 7c13,16 < --footer-height: 60px; --- > /* Changed this. Went to inspect element and found actual height of footer in Search page. */ > --footer-height: 106px; > /* Add new variable for height of footer without socials, such as on homepage (index_profile) */ > --footer-no-socials-height: 60px; 17a27 > --carolina_blue: #4B9CD3; 38a49,52 > > /* Fixes scrollbar on Safari */ > /* Source: https://github.com/adityatelange/hugo-PaperMod/issues/654 */ > ::-webkit-scrollbar{ background: var(--theme); }