1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2026-02-05 16:13:32 +00:00

Groupement + hover

This commit is contained in:
Yan Maniez 2020-01-21 12:24:28 +01:00
parent 7563210c5d
commit 8981e586b1
21 changed files with 1354 additions and 1057 deletions

View file

@ -13,4 +13,8 @@ h1 {
}
#range {
position: fixed; top: 0; left: 0; z-index: 2; visibility: hidden;
}
.region:hover {
fill: #ffffff;
opacity: .5;
}