From e5d449a6b23fa04f2a0d2268623af12d8fd563b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sun, 30 Aug 2026 12:27:11 +0200 Subject: [PATCH] few changes --- .../editor/metadataEditor/metadataEditor.less | 33 ++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less index fe9d1ffc2..6537cbd32 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.less +++ b/client/homebrew/editor/metadataEditor/metadataEditor.less @@ -384,12 +384,37 @@ background-image: @backgroundImageAltDark; color:#ddd; - h2 { - color:@blueLight; - border-color: @blue; + h2 { + color:#aaf; + border-color: #aaf; } input, textarea, select { - background-color:#ddd; + background-color:#333; + color:#eee; + border-color:#eee; + + &::placeholder { + color:#aaa; + } + } + + .dropdown-container, .item { + background-color: #333; + } + + a { + color: @blueLight; + + &:visited { + color: #cb8ad8; + } + } + + .thumbnail-preview[src="/client/homebrew/thumbnail.png"] { + filter:invert(.8); + } + button.publish { + .colorButton(#3137de) !important; } } \ No newline at end of file