This commit is contained in:
2025-08-06 17:51:58 +00:00
parent 3da9cd1a30
commit 68128f5072
4 changed files with 12 additions and 6 deletions

View File

@ -7,7 +7,7 @@ colors:
primary_dark: '#005384'
secondary: '#00b0f0'
accent: '#ffc700'
text_dark: '#333'
text_dark: '#616161'
background: '#fff'
browser_color: '#fff'
favicon:

View File

@ -7,7 +7,7 @@ colors:
primary_dark: '#005384'
secondary: '#00b0f0'
accent: '#ffc700'
text_dark: '#333'
text_dark: '#616161'
background: '#fff'
browser_color: '#fff'
favicon:

View File

@ -8,7 +8,7 @@
--color-primary-dark: #005384;
--color-secondary: #00b0f0;
--color-accent: #ffc700;
--color-text-dark: #333333;
--color-text-dark: #616161;
--color-background: #ffffff;
}
@ -173,6 +173,9 @@ h2 {
visibility: hidden;
}
.nav-separator {
color: var(--color-accent);
}
/* animation */
.appear {
@ -393,7 +396,6 @@ h2 {
}
.navigation-bottom-link {
color:var(--color-accent);
font-size: 12px;
}
@ -447,6 +449,10 @@ h2 {
margin: 0 100px;
}
.legals-content p {
color: var(--color-text-dark);
}
/* responsive */
@media (max-width: 1000px) {

View File

@ -11,8 +11,8 @@
</ul>
</div>
<div class="inner bottom-link appear">
<p class="navigation-subtitle appear">{{ copyright }}</p>
<p class="navigation-bottom-link appear"><a href="{{ legal_link }}">{{ legal_label }}</a></p>
<p><span class="navigation-subtitle appear">{{ copyright }}</span><span class="nav-separator"></span><span class="navigation-bottom-link appear"><a href="{{ legal_link }}">{{ legal_label }}</a></span></p>
<p class="navigation-subtitle appear"> Built with <a href="https://git.djeex.fr/Djeex/lumeex">Lumeex</a></p>
</div>
</div>
</div>