Change colors

This commit is contained in:
Adrien Vannson 2021-10-16 15:46:16 +02:00
parent 28a54fe10a
commit 757e830af9

View File

@ -1,7 +1,7 @@
.svg-salle { .svg-salle {
transition: fill .3s; transition: fill .3s;
fill: grey; fill: #bbb;
stroke: none; stroke: none;
stroke-width: 1px; stroke-width: 1px;
stroke-linecap: butt; stroke-linecap: butt;
@ -10,9 +10,9 @@
} }
.svg-salle:hover { .svg-salle:hover {
fill: lightblue; fill: #fe5400aa;
} }
.current-room { .current-room {
fill: rgb(100, 150, 250); fill: #fe5400;
} }