Icons for the menu, fixed the centration for the (i)

This commit is contained in:
2024-09-10 20:42:16 +02:00
parent f7ada9e64e
commit e02b0bdbc0
10 changed files with 73 additions and 97 deletions

View File

@@ -60,23 +60,22 @@ body{
/* Šmol change */
.changelog{
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 75px;
height: 75px;
bottom: 10px;
right: 10px;
filter: drop-shadow(0 0 10px #000);
background: #0098FF;
background: #0377c4;
border-radius: 50%;
}
.changelog svg{
border-radius: 50%;
height: 99%;
filter: drop-shadow(0 0 10px #000);
height: 100%;
aspect-ratio: 1/1;
/*filter: drop-shadow(0 0 10px #000);*/
color: #fff;
transition: 0.5s;
}
.changelog:hover svg{
color: #a33;
}
/* Ligt NODE */