forked from Ailur/burgernotes-server
Fixed white on dark mode
This commit is contained in:
parent
20626136f0
commit
6144455067
|
@ -12,7 +12,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href="https://notes.old.hectabit.org" style="right: 0px;position: fixed;background-color: white;color: white;padding: 20px;">Click here</a>
|
<a href="https://notes.old.hectabit.org" style="right: 0px;position: fixed;background-color: var(--editor);color: var(--editor);padding: 20px;">Click here</a>
|
||||||
<div class="mainDiv">
|
<div class="mainDiv">
|
||||||
<div class="startDiv">
|
<div class="startDiv">
|
||||||
<h1 class="w300">Burgernotes</h1>
|
<h1 class="w300">Burgernotes</h1>
|
||||||
|
|
Loading…
Reference in New Issue