Theme fixes

This commit is contained in:
roberto 2025-05-16 11:55:43 +02:00
parent 465dc22397
commit 89e10feca5
2 changed files with 12 additions and 9 deletions

View file

@ -27,8 +27,8 @@
{{ hugo.Generator }} {{ hugo.Generator }}
<link href="{{ "css/main.css?1" | relURL }}" rel="stylesheet"> <link href="{{ "css/main.css?8" | relURL }}" rel="stylesheet">
<link href="{{ "css/custom.css?1" | relURL }}" rel="stylesheet"> <link href="{{ "css/custom.css?8" | relURL }}" rel="stylesheet">
<!-- Favicon and Apple touch icons--> <!-- Favicon and Apple touch icons-->
<link rel="shortcut icon" href="{{ "img/favicon.ico" | relURL }}" type="image/x-icon"> <link rel="shortcut icon" href="{{ "img/favicon.ico" | relURL }}" type="image/x-icon">

View file

@ -211,7 +211,7 @@ body {
-webkit-mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat; mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%; -webkit-mask-size: 100% 100%;
mask-size: 100% 100%; mask-size: 100% 100%;
} }
.icon-responsive-menu { .icon-responsive-menu {
@ -235,7 +235,6 @@ body {
#topnav { #topnav {
background-color: var(--dark-color); background-color: var(--dark-color);
border-bottom: 1px solid #ddd;
padding: 0 10px; padding: 0 10px;
position: fixed; position: fixed;
top: 0; top: 0;
@ -361,7 +360,7 @@ body {
z-index:3; z-index:3;
height:auto; height:auto;
display:none; display:none;
top: 45px; top: 54px;
right: -30px; right: -30px;
flex-direction: column; flex-direction: column;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
@ -457,11 +456,15 @@ footer {
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
padding-top: 40px; padding-top: 40px;
padding-bottom: 40px; padding-bottom: 40px;
}
.menu ul { footer .menu ul {
list-style-type: none; list-style-type: none;
padding-left: 0; padding-left: 0;
} }
footer .icon {
margin-right: 5px;
} }
.img-fluid { .img-fluid {