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, 11 insertions, 6 deletions
diff --git a/md/wedding/styles.css b/md/wedding/styles.css
index c932e47..1e37c91 100644
--- a/md/wedding/styles.css
+++ b/md/wedding/styles.css
@@ -33,7 +33,8 @@
}
#topnav a:hover {
- box-shadow: 0 0 5px black;
+ color: white;
+ background-color: var(--teal);
}
html {
@@ -51,9 +52,9 @@ body {
}
article {
- margin-top: 7em;
- margin-left: 10%;
- margin-right: 10%;
+ margin-top: 5em;
+ margin-left: 15%;
+ margin-right: 15%;
padding: 0;
height: 100%;
}
@@ -83,7 +84,7 @@ p {
text-align: justify;
text-indent: 2em;
font-weight: 400;
- font-size: 1em;
+ font-size: 2em;
font-family: 'Arapey', serif;
background-color: white;
box-shadow: 0 0 5px black;
@@ -99,8 +100,9 @@ iframe {
h1 { /* decorative page title */
margin: 0;
+ margin-bottom: 5px;
font-weight: 400;
- font-size: 7em;
+ font-size: 6em;
font-family: 'Fredericka the Great', cursive;
text-align: center;
color: black;
@@ -116,10 +118,13 @@ h2 { /* decorative page subtitle */
h3 { /* section title */
margin: 1em;
+ margin-left: 0;
+ padding: 0;
font-weight: 400;
font-size: 3em;
font-family: 'Arapey', serif;
text-align: left;
+ text-indent: 0;
color: black;
}