🎨 Improved suggestion system

This commit is contained in:
Florian Sylvain
2021-10-31 01:12:53 +02:00
parent b28e067f19
commit f7276b0cb5
2 changed files with 33 additions and 21 deletions
+7
View File
@@ -111,6 +111,11 @@ body {
border-radius: 10px;
}
#suggestions a {
color: inherit;
text-decoration: none;
}
#suggestions p:hover {
background-color: rgba(0, 0, 0, 0.05);
}
@@ -137,6 +142,8 @@ body {
padding: 5px 10px 10px 10px;
}
/*TODO : Faire une belle erreur*/
.error {
color: red;
}