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

@@ -13,20 +13,22 @@
font-weight: bold;
}

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

div {
background-color: white;
}

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

} */

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

.firstrow {
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