TTT_Role_Overview/css/styles.css
2022-03-28 11:41:31 +02:00

14 lines
356 B
CSS

html {
background: url("https://img4.goodfon.com/wallpaper/nbig/2/39/tokho-toukhou-devushka-fon-mech.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.card {
opacity: 0.95 !important;
}
.blurry {
backdrop-filter: blur(40px) !important;
}