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