update the profile picture

This commit is contained in:
2025-05-01 20:59:25 +01:00
parent b88295dabf
commit 77dc7f42b8
9 changed files with 11 additions and 12 deletions

View File

@@ -35,7 +35,7 @@
.title {
color: $red;
color: $accent_colour;
}
.notes {

View File

@@ -30,7 +30,6 @@
}
.redText {
color: $red;
}
.industry {

View File

@@ -35,7 +35,7 @@
text-decoration: none;
&:hover {
color: $strong_red;
color: $accent_colour;
font-style: italic;
}
}
@@ -79,14 +79,14 @@
}
.greeting {
color: $strong_red;
color: $accent_colour;
font-style: italic;
}
}
.profileContainer {
margin: 0 0 0 auto;
max-width: 35em;
max-width: 40em;
height: max-content;
display: flex;
position: relative;

View File

@@ -63,10 +63,11 @@
.icon {
color: $white;
filter: drop-shadow(7px 7px 5px $red);
filter: drop-shadow(7px 7px 5px $accent_colour);
$size: 4em;
width: $size;
height: $size;
svg {
width: $size;
height: $size;

View File

@@ -43,7 +43,7 @@
text-decoration: none;
&:hover {
color: $strong_red;
color: $accent_colour;
font-style: italic;
}
}