FIx tools page by adjusting css var names

This commit is contained in:
2025-07-05 13:51:35 +02:00
parent 7fd35b0f36
commit ff20858b97

View File

@@ -5,7 +5,7 @@
<style>
body {
margin: 0;
background-color: var(--blue-1);
background-color: var(--blue-darkest);
}
h1 {
@@ -21,7 +21,7 @@
}
span {
color: var(--blue-3);
color: var(--blue-medium);
}
@media (max-width: 767px) {