summaryrefslogtreecommitdiff
path: root/md/wedding/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'md/wedding/styles.css')
-rw-r--r--md/wedding/styles.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/md/wedding/styles.css b/md/wedding/styles.css
index b72c869..cb435bc 100644
--- a/md/wedding/styles.css
+++ b/md/wedding/styles.css
@@ -5,7 +5,7 @@
:root {
/* custom colors */
- --teal:#009999;
+ --teal:#4eb4b4;
}
#topnav {
@@ -50,7 +50,7 @@ body {
background-position: center top;
background-attachment: fixed;
background-size: cover;
- background-color: snow;
+ background-color: var(--teal);
}
article {
@@ -62,6 +62,7 @@ article {
}
figure {
+ width: 100%;
margin: 0;
padding: 1em;
background-color: white;
@@ -126,7 +127,7 @@ h3 { /* section title */
font-family: 'Reenie Beanie', cursive;
color: white;
text-shadow: 3px 3px 3px black;
- text-align: center;
+ text-align: left;
margin: 1em;
}