terminal improvements

This commit is contained in:
2023-07-05 15:56:07 +02:00
parent e339e924dc
commit 9c875748f7
6 changed files with 315 additions and 40 deletions

View File

@@ -119,21 +119,11 @@
border-radius: 50%;
}
&.primary {
color: var(--md-sys-color-on-primary);
background: var(--md-sys-color-primary);
}
&.secondary {
color: var(--md-sys-color-on-secondary);
background: var(--md-sys-color-secondary);
}
&.tertiary {
color: var(--md-sys-color-on-tertiary);
background: var(--md-sys-color-tertiary);
}
&:hover:not(:disabled) {
color: var(--md-sys-color-on-surface-variant);
background: var(--md-sys-color-surface-variant);