iso-profiles/community/webdad/live-overlay/etc/skel/.config/jade/theme/style.css

12 lines
234 B
CSS
Raw Normal View History

2020-05-20 18:12:42 +02:00
#search-icon {
filter: brightness(0.4);
}
body {
background-image: url("backgrounds/background.jpg") !important;
2020-05-21 14:36:44 +02:00
background-size: cover;
height: 100vh;
width: 100%;
background-repeat: no-repeat;
2020-05-20 18:12:42 +02:00
}