Skip to content
Snippets Groups Projects
Commit b03c1c1a authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Fix logo colors

parent 3c9ed302
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
--color_bg_2: #26263c;
--color_bg_3: #39395c;
--color_sep: #eb811b;
--color_header: #e7e7e7;
}
html, body {
......@@ -40,7 +41,7 @@ header {
}
header > * {
color: #ddd;
color: var(--color_header);
}
header h1, header h1 a, header h1 a:visited, header h1 a:active {
......@@ -104,7 +105,7 @@ nav {
display: flex;
justify-content: center space-around;
background-color: var(--color_bg_2);
color: white;
color: var(--color_header);
margin: 0;
padding: 0 20px;
border-bottom: 6px solid var(--color_bg_1);
......@@ -113,7 +114,7 @@ nav {
nav a {
padding: 5px;
font-size: 20px;
color: white;
color: var(--color_header);
text-decoration: none;
text-emphasis: bold;
width: 100%;
......@@ -534,7 +535,7 @@ footer {
bottom: 0;
width: 100%;
text-align: center;
color: white;
color: var(--color_header);
display: flex;
background-color: var(--color_bg_1);
border-top: 5px solid var(--color_bg_2);
......
home/static/imgs/logo.png

183 KiB | W: | H:

home/static/imgs/logo.png

184 KiB | W: | H:

home/static/imgs/logo.png
home/static/imgs/logo.png
home/static/imgs/logo.png
home/static/imgs/logo.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment