Skip to content

Commit

Permalink
Update offline.html
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Oct 11, 2024
1 parent f4210d5 commit 158cc31
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion offline.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit 158cc31

Please sign in to comment.