Skip to content

Commit 997610d

Browse files
committed
Adjust no userscript view CSS
1 parent 4d90891 commit 997610d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

app/gui.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
body {
9090
font-family: "Rubik", "IBM Plex Sans", "Mona Sans", sans-serif;
9191
margin: 0;
92-
background-color: #1b342a;
92+
background-color: rgb(39 60 67);
9393
height: 100vh;
9494
display: flex;
9595
flex-direction: column;
@@ -368,9 +368,8 @@ cg-container {
368368
height: 999vh;
369369
background: linear-gradient(45deg, rgb(255 0 0 / 7%) 25%, rgb(129 0 0 / 7%) 25%, rgb(129 0 0 / 7%) 50%, rgb(255 0 0 / 7%) 50%, rgb(255 0 0 / 7%) 75%, rgb(129 0 0 / 7%) 75%, rgb(129 0 0 / 7%));
370370
background-size: 20px 20px;
371-
/* Semi-transparent background to cover the content */
372371
z-index: -1;
373-
/* A high z-index to place it on top of everything */
372+
pointer-events: none;
374373
}
375374
.install-description {
376375
color: rgb(159 159 159);

assets/css/custom-inputs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ input:focus {
367367
}
368368
dialog {
369369
border-radius: 5px;
370-
background-color: black;
370+
background-color: rgb(74, 112, 125);
371371
border-width: 2px 2px 10px 2px;
372372
color: white;
373373
padding: 0;

0 commit comments

Comments
 (0)