Files
game-data/assets/styles/rimmington.sass
Gregory Ballantine 541b5236f0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Finished transition to Bootstrap 5
2025-07-26 00:55:52 -04:00

17 lines
294 B
Sass

@use "sass:color"
//$primary-color: #3399ff
$primary-color: cornflowerblue
$primary-color-highlight: color.adjust($primary-color, $lightness: -10%)
body
background: rgb(240, 235, 248)
table
border: 1px solid #666
#wrapper
background: white
padding: 1.5rem 2rem
border-radius: 8px