Files
game-data/assets/styles/rimmington.sass
Gregory Ballantine 5d249eb3c7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added AI-generated logo/favicon; adjusted some navbar styles
2025-08-14 09:28:59 -04:00

31 lines
441 B
Sass

@use "sass:color"
//$primary-color: #3399ff
$primary-color: cornflowerblue
$primary-color-highlight: color.adjust($primary-color, $lightness: -10%)
html
width: 100%
height: 100%
body
background: rgb(240, 235, 248)
table
border: 1px solid #666
#wrapper
background: white
padding: 1.5rem 2rem
border: 1px solid #bbb
border-radius: 8px
#main-nav
li
a
font-size: 1.25rem
#site-title
img
max-height: 40px