From 41c26468d99daa0e4be087951722b247aba1c344 Mon Sep 17 00:00:00 2001 From: Brandon Fergerson Date: Mon, 2 May 2022 22:28:24 +0400 Subject: [PATCH] theming --- src/styles/jetbrains-dark.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/jetbrains-dark.scss b/src/styles/jetbrains-dark.scss index 5f06b052..b3c58bce 100644 --- a/src/styles/jetbrains-dark.scss +++ b/src/styles/jetbrains-dark.scss @@ -520,3 +520,11 @@ a { .timeline-item { color: var(--spp-light-grey) !important; } + +.el-loading-spinner .path { + stroke: var(--spp-white) !important; +} + +.tips { + color: var(--spp-white) !important; +}