From 158cc31c90792e606c3d79d0d1294b9ac4454114 Mon Sep 17 00:00:00 2001 From: inventionpro <109528211+inventionpro@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:13:03 +0200 Subject: [PATCH] Update offline.html --- offline.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/offline.html b/offline.html index 28b0993..2f265b4 100644 --- a/offline.html +++ b/offline.html @@ -142,7 +142,6 @@ /* -- Main styling for fsh pages -- */ /* -- Vars -- */ - @import url("https://fonts.googleapis.com/css?family=Lexend&display=swap"); :root { --bg-0: #0c0c0c; --bg-1: #181818; @@ -262,6 +261,15 @@ border: 2px var(--text-1) solid; background-color: transparent; } + input[type=file]::file-selector-button { + outline: none; + font-weight: bold; + caret-color: auto; + color: var(--text-1); + border-radius: 0.25rem; + border: 2px var(--text-1) solid; + background-color: transparent; + } option { background-color: var(--bg-1); }