From c78dbcf8f89072dc9c2fa8ba81e2cf5a80218cd7 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 13 Jun 2021 15:20:12 +0800 Subject: Support switch theme on backend config page --- src/components/APIDiscovery.module.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/components/APIDiscovery.module.scss') diff --git a/src/components/APIDiscovery.module.scss b/src/components/APIDiscovery.module.scss index 6c1295a..e2161f8 100644 --- a/src/components/APIDiscovery.module.scss +++ b/src/components/APIDiscovery.module.scss @@ -22,5 +22,12 @@ } .overlay.overlay { - background: #222; + background-color: var(--color-background); +} + +.fixed { + position: fixed; + padding: 16px; + bottom: 0; + right: 0; } -- cgit v1.3.1