From 5b17d401e8c938f2e09413e89cca0950d461fbe6 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:01:45 +0300 Subject: [PATCH] Unicorn Update (0.3.4) --- themes/Unicorn.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/themes/Unicorn.css b/themes/Unicorn.css index 665e2f33..e0661b2a 100644 --- a/themes/Unicorn.css +++ b/themes/Unicorn.css @@ -1,7 +1,7 @@ /* Name: Unicorn Author: LightSaveUs - Version: 0.3.3 + Version: 0.3.4 Description: A theme inspired by the DreamilyAI interface. */ @@ -302,6 +302,23 @@ span.material-icons-outlined.cursor.search_icon { filter: brightness(100%) !important; } + +.substitution-card > .card-left > .material-icons-outlined { + color: #999 !important; +} + +.substitution-card > .card-left > .material-icons-outlined:hover { + color: #464646 !important; +} + +.true-t + label::before { + color: #999 !important; +} + +.true-t:checked + label::before { + color: #dc6872 !important; +} + /* Import */ a { @@ -310,6 +327,7 @@ a { .form-control { border: none; + color: #e26771 !important; transform: translateX(6px)!important; background-color: #e2e2e2 !important; }