mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-02-07 11:36:25 +02:00
Better colors for docs
This commit is contained in:
parent
3997a0fea0
commit
74b977fb60
@ -1,4 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
|
--base-color: rgb(255, 255, 255);
|
||||||
|
|
||||||
--mono-hue: var(--theme-hue);
|
--mono-hue: var(--theme-hue);
|
||||||
--mono-saturation: 10%;
|
--mono-saturation: 10%;
|
||||||
|
|
||||||
@ -26,6 +28,8 @@
|
|||||||
--copycode-background: var(--link-color);
|
--copycode-background: var(--link-color);
|
||||||
|
|
||||||
--table-row-even-background: var(--base-background-color);
|
--table-row-even-background: var(--base-background-color);
|
||||||
|
|
||||||
|
--selection-color: rgba(255, 255, 255, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-name-link img {
|
.app-name-link img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user