Windows look update

This commit is contained in:
2025-08-28 02:04:25 +02:00
committed by Arif Hasanic
parent 241db688c2
commit b1adbe74de
11 changed files with 148 additions and 32 deletions

View File

@@ -3,16 +3,18 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
border-radius: 10px;
gap: 10px;
padding: 10px 0;
}
.chore {
padding: 5px 10px;
border: 1px solid rgba(220, 220, 220, 0.4);
box-shadow: 5px 5px 7px rgba(220, 220, 220, 0.5);
text-align: left;
border-top: 2px solid white;
border-left: 2px solid white;
border-bottom: 2px solid #828282;
border-right: 2px solid #828282;
}
.userName {