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.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/md/wedding/styles.css b/md/wedding/styles.css
index 8989cb5..9cb38df 100644
--- a/md/wedding/styles.css
+++ b/md/wedding/styles.css
@@ -57,7 +57,7 @@ body {
article {
margin-top: 35%;
padding: 1em;
- background-color: var(--bg);
+ background-color: white;
box-shadow: 0 0 10px black;
}
@@ -81,12 +81,21 @@ figure figcaption {
}
p { /* standalone blocks of text */
- text-align: center;
+ text-align: left;
text-indent: 2em;
font-weight: 400;
font-family: 'Arapey', serif;
}
+blockquote {
+ text-align: center;
+
+}
+
+iframe {
+ width: 100%;
+}
+
h1 { /* decorative page title */
font-weight: 400;
font-size: 5em;
@@ -100,14 +109,14 @@ h2 { /* decorative page subtitle */
font-size: 2em;
font-family: 'Arapey', serif;
text-align: center;
- color: white;
+ color: var(--teal);
}
h3 { /* section title */
font-weight: 400;
font-size: 3em;
font-family: 'Reenie Beanie', cursive;
- color: white;
+ color: var(--teal);
text-align: center;
margin: 1em;
}