diff --git a/config.toml b/config.toml
index 5ad72f2..8514aed 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,5 @@
languageCode = "en-us"
-title = "xiv.zone"
+title = "XIV ZONE"
theme = "mytheme"
summaryLength = 30
disableHugoGeneratorInject = true
diff --git a/themes/mytheme/assets/css/style.css b/themes/mytheme/assets/css/style.css
index 9e9c6ee..34d494d 100644
--- a/themes/mytheme/assets/css/style.css
+++ b/themes/mytheme/assets/css/style.css
@@ -19,7 +19,7 @@ html {
--border-color: white;
overflow-y: scroll;
color: #2f2f2f;
- background-color: white;
+ background-color: #495259;
}
hr {
@@ -38,14 +38,6 @@ header {
height: 100%;
}
-a:link {
- color: var(--link-color);
-}
-
-a:visited {
- color: var(--link-color-visited)
-}
-
img {
max-width: 100%;
height: auto;
@@ -62,12 +54,22 @@ td {
}
main {
- background-color: var(--content-color);
- border: var(--content-border);
+ background-color: #313031;
+ border: 2px solid #9b8762;
border-radius: 10px;
- border-color: var(--border-color);
margin: 2px;
+ padding: 10px;
width: 100%;
+ box-shadow: 0px 3px 5px 2px #00000054;
+ color: lightgray;
+}
+
+main a:link {
+ color: #c6a38a;
+}
+
+main a:visited {
+ color: #c6a38a;
}
main > h2 {
@@ -99,7 +101,7 @@ footer {
}
.blurb {
- background-color: #eaeaea;
+ background-color: #555;
padding: 1em;
border-radius: 7px;
margin: 0.5em;
@@ -110,10 +112,11 @@ footer {
border-radius: 7px;
margin: 0.5em;
text-decoration: none;
+ color: lightgray !important;
}
.blurb-button:hover {
- background-color: #eaeaea;
+ background-color: #555;
}
.blurb-button h4, .blurb h4 {
diff --git a/themes/mytheme/layouts/index.html b/themes/mytheme/layouts/index.html
index c42f758..630b189 100644
--- a/themes/mytheme/layouts/index.html
+++ b/themes/mytheme/layouts/index.html
@@ -64,6 +64,4 @@ Library for reading and writing FFXIV data
-Copyright Notice
-
{{ end }}
diff --git a/themes/mytheme/layouts/partials/footer.html b/themes/mytheme/layouts/partials/footer.html
index 0ed3a6c..c2b65dd 100644
--- a/themes/mytheme/layouts/partials/footer.html
+++ b/themes/mytheme/layouts/partials/footer.html
@@ -1,3 +1,3 @@
diff --git a/themes/mytheme/layouts/partials/header.html b/themes/mytheme/layouts/partials/header.html
index e1019d5..c6c07fb 100644
--- a/themes/mytheme/layouts/partials/header.html
+++ b/themes/mytheme/layouts/partials/header.html
@@ -1,5 +1,5 @@