mend pinktober logo (#481)

* mend pinktober logo

* Increased contrast for links

Co-authored-by: Théo DURR <git@theodurr.fr>
This commit is contained in:
thomas girod 2022-10-12 08:47:06 +02:00 committed by GitHub
parent c3a4071627
commit 8243dbcbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 11 deletions

View File

@ -26,7 +26,7 @@ $black-color: hsl(0, 0%, 17%);
$faceblue: hsl(221, 44%, 41%); $faceblue: hsl(221, 44%, 41%);
$twitblue: hsl(206, 82%, 63%); $twitblue: hsl(206, 82%, 63%);
$pinktober: hsl(313, 88%, 76%); $pinktober: hsl(313, 88%, 76%);
$pinktober-border: hsl(318, 83%, 63%); $pinktober-secondary: hsl(294, 87%, 15%);
$shadow-color: rgb(223, 223, 223); $shadow-color: rgb(223, 223, 223);
@ -162,7 +162,7 @@ header {
border-top: none; border-top: none;
background-color: $pinktober; background-color: $pinktober;
border-radius: 0px 0px 10px 10px; border-radius: 0px 0px 10px 10px;
border-bottom: 5px solid $pinktober-border; border-bottom: 5px solid $pinktober-secondary;
#header_logo { #header_logo {
background-color: $white-color; background-color: $white-color;
@ -215,7 +215,7 @@ header {
font-weight: bold; font-weight: bold;
color: $white-color; color: $white-color;
&:hover { &:hover {
color: $secondary-color; color: $pinktober-secondary;
} }
} }

View File

@ -39,13 +39,12 @@
</form> </form>
{% endfor %} {% endfor %}
</div> </div>
{% if not user.is_authenticated %}
<div id="header_logo"> <div id="header_logo">
<a href="{{ url('core:index') }}"> <a href="{{ url('core:index') }}">
<img src="{{ static('core/img/logo.png') }}" alt="AE logo"> <img src="{{ static('core/img/ae-pinktober.png') }}" alt="AE logo">
</a> </a>
</div> </div>
{% if not user.is_authenticated %}
<div id="header_connect_links"> <div id="header_connect_links">
<form method="post" action="{{ url('core:login') }}"> <form method="post" action="{{ url('core:login') }}">
{% csrf_token %} {% csrf_token %}
@ -58,11 +57,6 @@
<a href="{{ url('core:register') }}"><button type="button">{% trans %}Register{% endtrans %}</button></a> <a href="{{ url('core:register') }}"><button type="button">{% trans %}Register{% endtrans %}</button></a>
</div> </div>
{% else %} {% else %}
<div id="header_logo">
<a href="{{ url('core:index') }}">
<img src="{{ static('core/img/ae-pinktober.png') }}" alt="AE logo">
</a>
</div>
<div id="header_bar"> <div id="header_bar">
<ul id="header_bars_infos"> <ul id="header_bars_infos">
{% cache 100 "counters_activity" %} {% cache 100 "counters_activity" %}