Skip to content
Snippets Groups Projects
Commit 6d11befb authored by Lucie Bader's avatar Lucie Bader
Browse files

Couleur boutons

parent 8777118a
No related branches found
No related tags found
2 merge requests!8Test final,!6Améliorations du menu de l'extension
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
cursor: pointer; cursor: pointer;
border-radius: 6px; border-radius: 6px;
transition: background 0.3s; transition: background 0.3s;
background-color: #8d5c70; background-color: #a08e9f;
color: white; color: white;
} }
button:hover { button:hover {
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
text-align: center; text-align: center;
padding: 4px; padding: 4px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #8d5c70; border: 1px solid #a08e9f;
background: #525877; background: #525877;
color: white; color: white;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment