|
@@ -5,6 +5,7 @@
|
|
|
--caption-vmargin: calc(1.5 * var(--tile-margin));
|
|
|
--body-margin: 3.6vw;
|
|
|
--theme-color: #46c8a5;
|
|
|
+ --bgcolor: white;
|
|
|
/* --tile-margin: 12.75px; */
|
|
|
/* --body-margin: 66px; */
|
|
|
--header-inner-space: calc(8 * var(--tile-margin));
|
|
@@ -133,6 +134,10 @@ body {
|
|
|
/* width: calc(100% - 2*var(--body-margin)); */
|
|
|
/* margin: 0 var(--body-margin); */
|
|
|
position: absolute;
|
|
|
+ background-color: var(--bgcolor);
|
|
|
+}
|
|
|
+#logo #background {
|
|
|
+ fill: var(--bgcolor) !important;
|
|
|
}
|
|
|
#wide-header {
|
|
|
width: calc(100% - 2*(var(--body-margin)));
|
|
@@ -149,7 +154,7 @@ body {
|
|
|
justify-content: flex-end;
|
|
|
position: fixed;
|
|
|
/* width: calc(100% - 2*var(--body-margin) - 2*var(--tile-margin)); */
|
|
|
- background-color: white;
|
|
|
+ background-color: var(--bgcolor);
|
|
|
/* padding-bottom: calc(2*var(--tile-margin)); */
|
|
|
/* border-bottom: calc(2*var(--tile-margin)); */
|
|
|
height: var(--header-space);
|
|
@@ -265,7 +270,7 @@ figure figcaption {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
position: absolute;
|
|
|
- background-color: white;
|
|
|
+ background-color: var(--bgcolor);
|
|
|
bottom: 0;
|
|
|
width: calc(100% - 2 * var(--caption-hmargin));
|
|
|
-webkit-transform: translateY(100%);
|