10 lines
271 B
SCSS
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;
|
|
}
|