Fixed zen browser tar output

This commit is contained in:
Mauro Balades
2024-04-28 11:13:55 +02:00
parent fd556a1af2
commit fab0130724
8 changed files with 29 additions and 20 deletions

View File

@@ -16,25 +16,11 @@ body {
width: 100%;
height: 100%;
overflow: hidden;
background: var(--zen-characteristic-gradient) !important;
background: var(--zen-main-browser-background) !important;
transition: .1s;
-moz-transform: scale(1.1); /* zoom */
}
button {
background: #000 !important;
color: #fff !important;
font-size: 17px !important;
padding: 10px 25px !important;
font-weight: 600;
border-radius: 100px !important;
cursor: pointer !important;
}
* {
color: white;
}
.page {
display: none;
@@ -197,11 +183,11 @@ input[type='checkbox'] {
width: 7px;
height: 7px;
border-radius: 50%;
background: white;
background: var(--in-content-primary-button-background);
transition: all .1s;
cursor: pointer;
}
.dot.active {
background: #000;
background: var(--in-content-primary-button-background-hover);
}