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

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