update; footer, gdd, style, planner

This commit is contained in:
chimchooree
2022-09-06 18:32:44 -05:00
parent 08e79978da
commit ffa56fde81
14 changed files with 525 additions and 294 deletions
+6 -2
View File
@@ -42,9 +42,13 @@ h1,h2,h3,h4,img,i {
background-color: transparent;
}
.mundane {color:#aca79e;}
.common {color:#5576d1;}
.unusual {color:#9873AC;}
.rare {color:#EBBC4E;}
.unique {color:#00a86b;}
.center {
width: 60%;
width: 80%;
padding: 2em;
margin: auto;
color: white;
+6
View File
@@ -0,0 +1,6 @@
.content-grid {
grid-area: 3 / 1 / 4 / 4;
color: white;
width: 80%;
margin: auto;
}
+1 -1
View File
@@ -16,7 +16,7 @@
.content-right {
grid-area: 1 / 2 / 3 / 3;
background-image: url(../img/prom/runebless.png);
background-size: contain;/*80% auto;*/
background-size: contain;
background-repeat: no-repeat;
background-position: left;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB