summaryrefslogtreecommitdiff
path: root/md/wedding/styles.css
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-10-05 18:04:09 -0400
committer53hornet <53hornet@gmail.com>2018-10-05 18:04:09 -0400
commit9feba21a6179041a4190d6a177b4009aa20a6a48 (patch)
tree532e96bf2f6e728dc634790a5ebb6ff8ea68a08f /md/wedding/styles.css
parente4aceecd589e41c2e0903890b8c696f9cdb3c59e (diff)
downloadmd-site-9feba21a6179041a4190d6a177b4009aa20a6a48.tar.xz
md-site-9feba21a6179041a4190d6a177b4009aa20a6a48.zip
Happy with colors, fonts, sizing, everything but rounded corners
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;
}