Browse Source

color

master
Noëlle 3 years ago
parent
commit
ef3211c4d4
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      assets/kobold.css

+ 7
- 5
assets/kobold.css View File

font-weight: bold; font-weight: bold;
} }


body {
/* body {
background-image: url("/koboldgen/assets/kisbg-sm.png"); background-image: url("/koboldgen/assets/kisbg-sm.png");
background-position: 5em 1.5em; background-position: 5em 1.5em;
}
} */


div { div {
background-color: white; background-color: white;
} }


div#header, div#content, div#howtoplay, div#footer {
/* div#header, div#content, div#howtoplay, div#footer {
background-color: transparent; background-color: transparent;
}

} */


div#content {
background-color: #216778;
}


.firstrow { .firstrow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

Loading…
Cancel
Save