mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-12-03 18:16:25 +00:00
Add CSS fix for dark mode links
This commit is contained in:
parent
df188a7fcc
commit
7d6a4c1048
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user