fix: alpha bg (#1799)

This commit is contained in:
Alex Christoffer Rasmussen
2025-09-30 10:03:22 +02:00
parent ef053fc2f7
commit e22c7698c3
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -13,12 +13,6 @@
<link rel="manifest" href="/manifest.json" />
<meta name="robots" content="noindex" />
<title>ontime</title>
<style>
body,
html {
background-color: #101010 !important;
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
-1
View File
@@ -63,7 +63,6 @@ body,
html {
font-size: 15px;
font-family: $ontime-font-family;
background-color: var(--background-color-override, $ui-black);
-webkit-font-smoothing: antialiased;
line-height: 1.5;
}