Better support for SVGs in the cards CSS.
This commit is contained in:
parent
23460dc3d7
commit
5fb34cb11b
3 changed files with 25 additions and 10 deletions
|
|
@ -48,6 +48,9 @@ nav.profile {
|
|||
border-bottom: 2px solid white;
|
||||
}
|
||||
|
||||
#projectsShowcase {
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
|
|
@ -124,8 +127,15 @@ main {
|
|||
gap: 10px;
|
||||
}
|
||||
|
||||
.menuEntry > img {
|
||||
.menuEntryHelper {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
.menuEntryImage {
|
||||
background-color: black;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.menuEntry:hover {
|
||||
|
|
@ -143,7 +153,7 @@ main {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.menuEntry:hover > img {
|
||||
.menuEntry:hover img {
|
||||
filter: grayscale(100%) invert();
|
||||
border-color: gray;
|
||||
}
|
||||
|
|
|
|||
1
assets/svg/malware.svg
Normal file
1
assets/svg/malware.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 8.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue