Files
Web-NibblePoker/resources/NibblePoker/scss/site/backgrounds.scss
2023-05-23 17:53:42 +02:00

10 lines
271 B
SCSS

// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
.bkgd-blank {
background: #{$color-background-main-headings};
}
.bkgd-grid {
background: #{$color-background-main-headings} url("/resources/NibblePoker/images/backgrounds/3px-tile-0.4.png") repeat scroll center center;
}