Skip to content
Discussion options

You must be logged in to vote

try to add this before your normal body definition eg:

body:before {
content: '';
z-index: -1;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-filter: blur(10px);
background: url(https://www.slrlounge.com/wp-content/uploads/2020/06/best-landscape-photographers-to-follow-in-2020.jpg) no-repeat;
background-size: cover;
}

body.theme-my-theme {
--main-font-family: 'Roboto Mono', monospace!important;
--header-background-color: #f0f0f0;
--button-background-color: #f0f0f0;
--button-disabled-background-color: #404552;
--button-text-color: #737373;
--input-background-color: #ffffff;
--main-text-color: #333333;
--main-background-color: #f0f0f0;
--menu-background-color: #eee;
--mor…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Sebiann
Comment options

Answer selected by Sebiann
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants