Commit
This commit is contained in:
parent
5fb34cb11b
commit
ad6613d898
3 changed files with 35 additions and 5 deletions
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue