fix: styles

This commit is contained in:
2025-06-09 14:06:25 +02:00
parent c74e80721a
commit 5781f4ba61
7 changed files with 36 additions and 40 deletions

View File

@@ -7,10 +7,10 @@
#legend {
display: flex;
justify-self: center;
gap: 3ch;
* {
margin: 2px;
}
gap: 3ch;
}
.circle {
@@ -28,7 +28,7 @@
@for $n from 1 through 3 {
&:nth-of-type(#{$n})::before {
background-color: nth($list, $n);
background-color: list.nth($list, $n);
}
}
}

View File

@@ -11,11 +11,11 @@ mat-card-title {
mat-card-footer p {
font-size: 0.8rem;
color: #4a4a4a;
margin-bottom: 0;
text-align: end;
@media (prefers-color-scheme: dark) {
color: #999999
}
margin-bottom: 0;
text-align: end;
}
mat-card-content p {

View File

@@ -16,12 +16,12 @@
:host {
width: 100%;
@supports (-webkit-touch-callout: none) {
height: 95vh;
}
height: 100vh;
display: flex;
flex-direction: column;
@supports (-webkit-touch-callout: none) {
height: 95vh;
}
}
a {

View File

@@ -19,11 +19,11 @@ mat-card-title {
mat-card-footer p {
font-size: 0.8rem;
color: #4a4a4a;
margin-bottom: 0;
text-align: end;
@media (prefers-color-scheme: dark) {
color: #999999
}
margin-bottom: 0;
text-align: end;
}
mat-card-content p {