Skip to content

Instantly share code, notes, and snippets.

@QuantumGhost
Last active July 12, 2023 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuantumGhost/bd11811a90a210475e57298d141e0511 to your computer and use it in GitHub Desktop.
Save QuantumGhost/bd11811a90a210475e57298d141e0511 to your computer and use it in GitHub Desktop.
Humble New Tab Page Bing Wallpaper Style
.column {
background-color: rgba(238, 238, 238, 0.85);
border-radius: 1em;
margin: 1.5em;
}
body {
/**
The bing wallpaper service is provided by:
https://github.com/TimothyYe/bing-wallpaper.
You may host and use your own service.
Use resolution=1920 for 1080p wallpaper image.
*/
background-image: url(https://bing.biturl.top/?resolution=3840&format=image&index=0&mkt=zh-CN);
background-size: cover;
}
#options_button {
background-color: #eeeeee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment