Add CSS fix for dark mode links

This commit is contained in:
Mustafa Gezen 2023-08-28 05:12:40 +02:00
parent df188a7fcc
commit 7d6a4c1048
Signed by: mustafa
GPG Key ID: DCDF010D946438C1

View File

@ -108,6 +108,13 @@ var frontendHtmlTemplate = `
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap"
/>
<style>
a, a:link, a:active, a:hover {
/* color: inherit; */
color: #66b2ff;
}
</style>
</head>
<body>
<div id="app"></div>