diff --git a/static/cover.css b/static/cover.css index ef1e78d..e1f34f4 100644 --- a/static/cover.css +++ b/static/cover.css @@ -37,6 +37,17 @@ body { text-shadow: 0 1px 3px rgba(0,0,0,.5); } +a { + color: #428bca; + +} + +a:focus, a:hover { + + color: #6cbdbd; + text-decoration: underline; + +} /* Extra markup and styles for table-esque vertical and horizontal centering */ diff --git a/static/theme.css b/static/theme.css index b7c8d4c..f544f0d 100644 --- a/static/theme.css +++ b/static/theme.css @@ -16,3 +16,14 @@ body { .theme-showcase .navbar .container { width: auto; } + +a { + color: #3cbdbd; +} + +a:focus, a:hover { + + color: #6cbdbd; + text-decoration: underline; + +} diff --git a/templates/myalias.html b/templates/myalias.html index 4acd6df..55f1dec 100644 --- a/templates/myalias.html +++ b/templates/myalias.html @@ -9,13 +9,15 @@ {% if MAIL_SERVER %}
Les alias c'est utile quand vous ne voulez pas donner votre vrai adresse e-mail. - Vous pouvez creer une adresse que vous pouvez supprimer rapidemment, cela permet personnaliser une addrese pour un destinataire - si vous n'avez pas confiance en lui ou de trier plus facilement les mails venant de ce destinataire. -
-Mes Alias {{ i }} | diff --git a/templates/profil.html b/templates/profil.html index 7e13058..795fc1b 100644 --- a/templates/profil.html +++ b/templates/profil.html @@ -8,26 +8,27 @@ -->
---|