This commit is contained in:
Tomas Dvorak
2025-09-13 21:49:38 +02:00
parent 27144b2e17
commit d4a54e6c43
+2 -1
View File
@@ -382,7 +382,7 @@ body {
.chip .material-symbols-outlined { font-size: 1.8rem; } .chip .material-symbols-outlined { font-size: 1.8rem; }
.card { .card {
background-color: transparent; background-color: #1d1d1d;
border-radius: var(--radius-medium); border-radius: var(--radius-medium);
padding: 16px; padding: 16px;
display: grid; display: grid;
@@ -770,6 +770,7 @@ a:hover {
max-width: 740px; max-width: 740px;
margin: 0px; margin: 0px;
padding: 0; padding: 0;
background-color: transparent;
overflow: hidden; /* clip inner focus rings/buttons to the rounded card */ overflow: hidden; /* clip inner focus rings/buttons to the rounded card */
} }