Travaux sur les messages aux utilisateurs

This commit is contained in:
2022-09-16 03:56:11 +02:00
parent 35c20b20e0
commit cb49a4417d
4 changed files with 47 additions and 22 deletions

View File

@@ -16,3 +16,14 @@ body {
.theme-showcase .navbar .container {
width: auto;
}
a {
color: #3cbdbd;
}
a:focus, a:hover {
color: #6cbdbd;
text-decoration: underline;
}