Add initial profile background image handling

This commit is contained in:
Johannes Zellner
2025-03-25 15:05:08 +01:00
parent 1f8cdbaf62
commit 23dd575ce1
6 changed files with 53 additions and 6 deletions
+6
View File
@@ -33,6 +33,12 @@ export default {
margin-bottom: 50px;
}
body.has-background .section {
background-color: rgba(255,255,255,0.2);
backdrop-filter: blur(10px);
border-radius: 10px;
}
.section-header {
display: flex;
flex-wrap: wrap;