From 43c48aac27e3c8212cb3edf2671b8f1a7d2debfb Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:02:53 +0300 Subject: [PATCH] Nostalgia Update (0.2.3) --- themes/Nostalgia.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/themes/Nostalgia.css b/themes/Nostalgia.css index e612d3cd..530b744f 100644 --- a/themes/Nostalgia.css +++ b/themes/Nostalgia.css @@ -1,7 +1,7 @@ /* Name: Nostalgia Author: LightSaveUs - Version: 0.2.2 + Version: 0.2.3 Description: A theme inspired by the previous KoboldAI interface. */ @@ -259,6 +259,24 @@ background-color: #212122 !important; } +/* Icons */ + +.substitution-card > .card-left > .material-icons-outlined { + color: #999 !important; +} + +.substitution-card > .card-left > .material-icons-outlined:hover { + color: #fff !important; +} + +.true-t + label::before { + color: #999 !important; +} + +.true-t:checked + label::before { + color: #fff !important; +} + /* Import */ a { @@ -267,6 +285,7 @@ a { .form-control { background-color: #404040 !important; + color: #3bf723 !important; border: none; }