style: removed angular material lines

This commit is contained in:
Lea 2025-02-26 13:26:51 +01:00
parent a6e3ae1a33
commit 65ed49df2a
2 changed files with 3 additions and 14 deletions

View file

@ -6,10 +6,8 @@
<base href="/" /> <base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" /> <link rel="icon" type="image/x-icon" href="favicon.ico" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
rel="stylesheet"
/>
</head> </head>
<app-root></app-root> <body>
<app-root></app-root>
</body>
</html> </html>

View file

@ -138,12 +138,3 @@ a {
.footer-disclaimer { .footer-disclaimer {
@apply text-xs; @apply text-xs;
} }
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, 'Helvetica Neue', sans-serif;
}