Changed the gmgpin.gif file and changed some fonts to Mustica Pro

pull/3/head
gianmarco 2022-12-25 23:23:05 +01:00
parent 1417f41d26
commit 72a581e82b
5 changed files with 10 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 245 KiB

BIN
content/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
content/gmgpin.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -468,7 +468,7 @@ body{
justify-content:space-between; justify-content:space-between;
align-items:flex-start; align-items:flex-start;
height:64px; height:64px;
font-size:1.3rem font-size:1.5rem
} }
.site-nav,.site-nav-left{ .site-nav,.site-nav-left{
display:flex; display:flex;
@ -483,7 +483,6 @@ body{
padding:10px 0 80px; padding:10px 0 80px;
font-weight:500; font-weight:500;
letter-spacing:.2px; letter-spacing:.2px;
text-transform:uppercase;
white-space:nowrap; white-space:nowrap;
-ms-overflow-scrolling:touch -ms-overflow-scrolling:touch
} }
@ -538,7 +537,8 @@ body{
margin:0 0 0 -12px; margin:0 0 0 -12px;
padding:0; padding:0;
list-style:none; list-style:none;
transition:all 1s cubic-bezier(.19,1,.22,1) transition:all 1s cubic-bezier(.19,1,.22,1);
font-family:Mustica Pro,Roboto,sans-serif
} }
.nav li{ .nav li{
display:block; display:block;
@ -750,7 +750,8 @@ body{
.post-card-title{ .post-card-title{
margin:0 0 .4em; margin:0 0 .4em;
line-height:1.15em; line-height:1.15em;
transition:color .2s ease-in-out transition:color .2s ease-in-out;
font-family:Mustica Pro,Roboto,sans-serif
} }
.no-image .post-card-title{ .no-image .post-card-title{
margin-top:0 margin-top:0
@ -984,7 +985,8 @@ body{
} }
.post-full-title{ .post-full-title{
margin:0 0 .2em; margin:0 0 .2em;
color:#e5e5e5 color:#e5e5e5;
font-family:Mustica Pro,Roboto,sans-serif
} }
.post-full-custom-excerpt{ .post-full-custom-excerpt{
margin:20px 0 0; margin:20px 0 0;
@ -1186,7 +1188,7 @@ body{
} }
.post-full-content h1,.post-full-content h2,.post-full-content h3,.post-full-content h4,.post-full-content h5,.post-full-content h6{ .post-full-content h1,.post-full-content h2,.post-full-content h3,.post-full-content h4,.post-full-content h5,.post-full-content h6{
color:#e5e5e5; color:#e5e5e5;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif font-family:Mustica Pro,Roboto,sans-serif
} }
.post-full-content h1{ .post-full-content h1{
margin:.5em 0 .4em; margin:.5em 0 .4em;
@ -1259,7 +1261,7 @@ body{
padding:.4em 1em .9em; padding:.4em 1em .9em;
border:0; border:0;
color:#e5e5e5; color:#e5e5e5;
font-family:Roboto,serif; font-family:Mustica Pro,Roboto,serif;
font-size:3.2rem; font-size:3.2rem;
line-height:1.35em; line-height:1.35em;
text-align:center text-align:center

View File

@ -1,10 +1,7 @@
<nav class="site-nav"> <nav class="site-nav">
<div class="site-nav-left"> <div class="site-nav-left">
{{ if eq $.Site.Params.navlogo "/navlogo.png" }}
<a class="site-nav-logo" href="/"><img src="{{ $.Site.Params.navlogo }}" alt="{{ $.Site.Title }}" /></a> <a class="site-nav-logo" href="/"><img src="{{ $.Site.Params.navlogo }}" alt="{{ $.Site.Title }}" /></a>
{{ else }} <!-- <a class="site-nav-logo" href="/">‣ {{ $.Site.Title }} <blink> </blink></a> -->
<a class="site-nav-logo" href="/">‣ {{ $.Site.Title }} <blink> </blink></a>
{{ end }}
<div class="site-nav-content"> <div class="site-nav-content">
<ul class="nav" role="menu"> <ul class="nav" role="menu">