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