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.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/md/wedding/styles.css b/md/wedding/styles.css
index 5788d9d..92c2927 100644
--- a/md/wedding/styles.css
+++ b/md/wedding/styles.css
@@ -1,4 +1,4 @@
-/* stylesheet for 53hor.net */
+/* stylesheet for wedding */
/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Arapey|Reenie+Beanie');
@@ -13,10 +13,10 @@
padding: 0;
top: 0;
overflow: hidden;
- background-color: rgba(0, 0, 0, 0.5);
text-align: center;
position: fixed;
- width: 100%;
+ background-color: white;
+ box-shadow: 0 0 10px black;
}
#topnav a {
@@ -24,7 +24,7 @@
text-align: center;
padding: 1em 1em;
text-decoration: none;
- color: white;
+ color: var(--teal);
transition: 0.5s;
font-family: 'Arapey', serif;
font-weight: 700;