Replies: 1 comment
-
@dhruvvk2326 the font I use is Valorant font idk i search it online and i alr provide the code that i have done |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What feature would you like to see?
Adding a way to cuztomize background of home tab so that it look good
Other details
here is a example of a tab that I customize

it does cost me a lot of time to figure that out but hope u can add that to the Zen browser☺️
The css code i use:
:root {
--zen-main-browser-background: none !important;
}
html#main-window > body {
background: url(Omen/Ep8a1_Defiance_Youtube\ Cover_.png) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: bottom right !important;
background-attachment: fixed !important;
}
.outer-wrapper {
background: url(Omen/Ep8a1_Defiance_Youtube\ Cover_.png) !important;
background-repeat: no-repeat !important;
background-size: 1366px 768px !important;
background-position: bottom right !important;
background-attachment: fixed !important;
}
~ Created automatically from issue: #656
Beta Was this translation helpful? Give feedback.
All reactions