From a6e3ae1a337349dd78f1d64ce97fa55f1aa44dff Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 26 Feb 2025 13:22:52 +0100 Subject: [PATCH] style: removed missed angular material lines --- frontend/src/index.html | 5 +---- frontend/src/styles.css | 7 ------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/frontend/src/index.html b/frontend/src/index.html index 41fedf4..79b9bc6 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -10,9 +10,6 @@ href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet" /> - - - - + diff --git a/frontend/src/styles.css b/frontend/src/styles.css index e2198bc..946eac6 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -139,13 +139,6 @@ a { @apply text-xs; } -.mat-mdc-dialog-container { - --mdc-dialog-container-color: var(--color-deep-blue-light) important; - --mdc-dialog-subhead-color: var(--color-text-primary) important; - --mdc-dialog-supporting-text-color: var(--color-text-secondary) important; - --mdc-dialog-container-shape: 6px important; -} - html, body { height: 100%;