mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
🎨 Improved suggestion system
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user