Add initial profile background image handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user