Update profile image

This commit is contained in:
Roscoe 2025-05-12 15:48:12 +01:00
commit 3e8ab5d8ef
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
3 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
<span id="quote">gimme appuls</span> <span id="quote">gimme appuls</span>
</p> </p>
</div> </div>
<div><img src="./res/images/profile-v3.png" class="profile-image"></div> <div><img src="./res/images/profile-v4.png" class="profile-image"></div>
<div> <div>
<ul> <ul>
<li>19 y/o, British</li> <li>19 y/o, British</li>

View file

@ -1,11 +1,11 @@
@import url("fira.css"); @import url("fira.css");
:root { :root {
--background: hsl(282, 23%, 9%); --background: hsl(228, 22%, 20%);
--foreground: hsl(271, 64%, 88%); --foreground: hsl(228, 64%, 88%);
--drop-shadow-color: hsla(271, 64%, 88%, 0.235); --drop-shadow-color: hsla(228, 64%, 88%, 0.235);
--drop-shadow-size: 8px 8px; --drop-shadow-size: 8px 8px;
--links: hsl(267, 84%, 81%); --links: hsl(228, 84%, 81%);
--profile-image-size: 200px; --profile-image-size: 200px;
--page-width: 520px; --page-width: 520px;
} }

BIN
res/images/profile-v4.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB