Added basic theme support for future recoloring

Update .gitignore, border.scss, backgrounds.scss, and 12 more files
This commit is contained in:
2026-05-07 12:47:03 +02:00
parent 04cd1294ef
commit 95ffb881f9
15 changed files with 364 additions and 343 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// NibblePoker CSS Theme - CC0 1.0 (Public Domain)
.border, code, .code, kbd {
border-color: #{$color-border-surround};
border-color: #{$color-border-code};
//&.b-light {
// border: 1px solid #{$color-border-light};