Better colors for docs

This commit is contained in:
DarthSim
2022-02-16 19:39:18 +06:00
parent 3997a0fea0
commit 74b977fb60

View File

@@ -1,4 +1,6 @@
:root {
--base-color: rgb(255, 255, 255);
--mono-hue: var(--theme-hue);
--mono-saturation: 10%;
@@ -26,6 +28,8 @@
--copycode-background: var(--link-color);
--table-row-even-background: var(--base-background-color);
--selection-color: rgba(255, 255, 255, 0.3);
}
.app-name-link img {