feat: ajout du logo et couleur de fond
parent
32ce86cbdc
commit
12fe1f254a
|
@ -13,6 +13,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
<img id="Logo" src="/images/Logo.jpg"/>
|
||||||
<h1 class="home"><a href="{{ '/' | url }}">{{ metadata.title }}</a></h1>
|
<h1 class="home"><a href="{{ '/' | url }}">{{ metadata.title }}</a></h1>
|
||||||
|
|
||||||
{% set navigationOptions = {
|
{% set navigationOptions = {
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
--navy: #17050F;
|
--navy: #17050F;
|
||||||
--blue: #082840;
|
--blue: #082840;
|
||||||
--white: #fff;
|
--white: #fff;
|
||||||
|
--beige: #fffff5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Global stylesheet */
|
/* Global stylesheet */
|
||||||
|
@ -19,7 +20,7 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: -apple-system, system-ui, sans-serif;
|
font-family: -apple-system, system-ui, sans-serif;
|
||||||
color: var(--darkgray);
|
color: var(--darkgray);
|
||||||
background-color: var(--white);
|
background-color: var(--beige);
|
||||||
}
|
}
|
||||||
p:last-child {
|
p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -110,6 +111,10 @@ code {
|
||||||
.home :link:not(:hover) {
|
.home :link:not(:hover) {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
#Logo {
|
||||||
|
float: left;
|
||||||
|
height: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Nav */
|
/* Nav */
|
||||||
.nav {
|
.nav {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue