This commit is contained in:
2025-05-07 14:26:45 +02:00
parent 3053f54fb4
commit 6bf2f73b8f
6 changed files with 8 additions and 8 deletions

8
dist/output.css vendored
View File

@@ -831,10 +831,10 @@ body:is(.dark *) {
}
.pill-button {
box-shadow: 0 0 60px rgba(198, 198, 196, 0.8),
0 0 120px rgba(116, 116, 115, 0.6),
0 0 180px rgba(70, 69, 68, 0.4);
border: 2px solid rgba(44, 43, 42, 0.9);
box-shadow: 0 0 60px rgba(198, 198, 196, 0.4),
0 0 120px rgba(116, 116, 115, 0.2),
0 0 180px rgba(70, 69, 68, 0.1);
border: 2px solid rgba(152, 151, 149, 0.9);
}
.circular-layout {