diff --git a/config.toml b/config.toml index d028b5f..6fff9ad 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ rssLimit = 20 description = "I'm an artist, designer, photographer and libre advocate." favicon = "/favicon.ico" #logo = "/logo.png" - navlogo = "/navlogo.png" + navlogo = "/navlogo-nexttemp.png" # To be changed when merging into master [menu] [[menu.main]] diff --git a/static/navlogo-nexttemp.png b/static/navlogo-nexttemp.png new file mode 100644 index 0000000..a3dd04f Binary files /dev/null and b/static/navlogo-nexttemp.png differ diff --git a/themes/hugo-casper3/assets/scss/custom.scss b/themes/hugo-casper3/assets/scss/custom.scss index 7754f16..ce35489 100644 --- a/themes/hugo-casper3/assets/scss/custom.scss +++ b/themes/hugo-casper3/assets/scss/custom.scss @@ -138,6 +138,13 @@ font-weight: normal; // Probably unnecessary. } +/* MAKEHEAD */ +.makehead { + font-family: "Mustica Pro"; + font-weight: normal; + color: #e5e5e5; +} + /* ISSO CSS */ #isso-thread { diff --git a/themes/hugo-casper3/assets/scss/main.scss b/themes/hugo-casper3/assets/scss/main.scss index cad3f5d..5d2bd9d 100644 --- a/themes/hugo-casper3/assets/scss/main.scss +++ b/themes/hugo-casper3/assets/scss/main.scss @@ -311,7 +311,8 @@ h5,h6{ .site-wrapper{ display:flex; flex-direction:column; - min-height:100vh + min-height:100vh; + // background-image: url("/me.png"); } .site-main{ z-index:100; @@ -328,7 +329,7 @@ h5,h6{ } @media (min-width:900px){ .author-template .post-feed,.home-template .post-feed,.tag-template .post-feed{ - padding:40px 0 5vw; + padding:10px 0 1px; border-top-left-radius:3px; border-top-right-radius:3px } diff --git a/themes/hugo-casper3/layouts/_default/list.html b/themes/hugo-casper3/layouts/_default/list.html index 05b9c8e..fffaa2f 100644 --- a/themes/hugo-casper3/layouts/_default/list.html +++ b/themes/hugo-casper3/layouts/_default/list.html @@ -5,15 +5,15 @@