This commit is contained in:
Adrian Victor 2024-04-04 22:36:38 -03:00
commit ad6613d898
3 changed files with 35 additions and 5 deletions

View file

@ -130,19 +130,30 @@ main {
.menuEntryHelper {
width: 200px;
height: 200px;
background-color: black;
border: 2px solid white;
}
.menuEntryImage {
.menuEntryIlustration {
background-color: black;
margin: auto;
display: block;
}
.menuEntryImage {
width: 100%;
}
.menuEntrySVG {
width: 70%;
}
.menuEntry:hover {
animation: alternate .4s fly;
animation-fill-mode: forwards;
background-color: #171717;
gap: 4px;
filter: invert();
}
.menuEntryColor {
@ -154,11 +165,10 @@ main {
}
.menuEntry:hover img {
filter: grayscale(100%) invert();
filter: grayscale(100%);
border-color: gray;
}
/* Keyframes */
@keyframes fly {
0% {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After