Files
hugo-profile/layouts/partials/head.html
T
2020-11-27 20:38:13 +05:30

36 lines
761 B
HTML

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="{{ .Site.Params.favicon | default "/images/favicon.png"}}" type="image/gif">
<!-- Header and Footer -->
<style>
/* footer */
footer {
background-color: #1c2d41;
color: #8392a5;
border-top-width: 1px !important;
border-color: #8392a5;
}
footer a {
color: #8392a5;
}
/*navbar*/
.navbar-color {
color: #101820ff;
}
.navbar-text {
font-size: 17px;
}
.navbar-brand {
font-size: 22px;
}
.nav-link {
color: #101820ff !important;
font-size: 18px;
}
</style>