Netlify upload

This commit is contained in:
becarta
2025-02-04 02:09:28 +01:00
parent db790f0457
commit e406793c99
5 changed files with 10 additions and 592 deletions

View File

@@ -37,7 +37,7 @@ import '@fontsource-variable/inter';
--aw-color-bg-page-dark: rgb(3 6 32);
::selection {
background-color: lavender;
description-color: lavender;
}
}
@@ -56,15 +56,9 @@ import '@fontsource-variable/inter';
--aw-color-bg-page: rgb(3 6 32);
::selection {
background-color: black;
description-color: black;
color: snow;
}
}
.bg-hero {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/richardbergsma.png');
background-size: cover;
background-position: center;
}
</style>