feat: update favicon and background images, refactor styles, and enhance skill card data

This commit is contained in:
2025-05-21 12:13:48 +02:00
parent 7e91215af1
commit d3f7368ba8
13 changed files with 42 additions and 289 deletions
+5 -4
View File
@@ -14,7 +14,7 @@
body {
background-color: var(--primary-dark);
color: var(--text-light);
background-image: url('../images/background.png');
background-image: url('assets/images/background.png');
background-repeat: round;
background-size: 300px 300px;
background-position: 0 0;
@@ -84,11 +84,12 @@ body::before {
width: 100%;
}
.logo-image{
height: 2rem;
}
/* Logo styling */
.logo-icon {
font-size: 2rem;
color: var(--accent-fire);
text-shadow: var(--glow-effect);
height: 2rem;
position: relative;
display: inline-flex;
align-items: center;