diff --git a/patch-notes/1.3.html b/patch-notes/1.3.html
index 10d9ecc..5cabd90 100644
--- a/patch-notes/1.3.html
+++ b/patch-notes/1.3.html
@@ -17,6 +17,13 @@
diff --git a/patch-notes/1.4.html b/patch-notes/1.4.html
index 712f6e4..4837464 100644
--- a/patch-notes/1.4.html
+++ b/patch-notes/1.4.html
@@ -17,6 +17,13 @@
+
diff --git a/style.css b/style.css
index 29e2c96..3492982 100644
--- a/style.css
+++ b/style.css
@@ -182,12 +182,12 @@ body {
}
.patch-notes-content {
- margin: 1em 20% 1em 20%;
- background-color: #0C0C0C;
+ margin: 2em 20% 1em 20%;
+ background-color: rgba(0, 0, 0, 0.4);
color: white;
border-top-right-radius: 1em;
border-top-left-radius: 1em;
- border: 1px solid white;
+ border: 1px solid #335279;
}
.patch-notes-ul {
@@ -223,12 +223,12 @@ body {
.wiki-area {
font-family: Arial, Helvetica, sans-serif;
- margin: 1em 15% 0 15%;
- background-color: #0C0C0C;
+ margin: 2em 15% 0 15%;
+ background-color: rgba(0, 0, 0, 0.4);
color: white;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
- border: 1px solid #e4be35;
+ border: 1px solid #335279;
}
.wiki-page-header {