diff --git a/src/lib/components/window.svelte b/src/lib/components/window.svelte
index fde8dfb..437040d 100644
--- a/src/lib/components/window.svelte
+++ b/src/lib/components/window.svelte
@@ -31,7 +31,7 @@
justify-content: space-between;
align-items: center;
background: vars.$base-colour;
- // background: linear-gradient(-2deg,vars.$base-colour 65%, vars.$highlight 100%);
+ background: linear-gradient(1deg,vars.$base-colour 35%, vars.$highlight 100%);
padding: 0 2px 0 1em;
gap: 1em;
}
@@ -42,15 +42,17 @@
}
.minimise {
color: black;
- border: 1px solid black;
+ background-color: #ac9b38;
+ border: 2px solid #53461f;
box-sizing: border-box;
line-height: 32px;
- height: 40px;
- width: 40px;
+ height: 32px;
+ width: 32px;
text-align: center;
+ margin-right: .4em;
}
.minimise:hover {
- background-color: #53461f;
+ background-color: vars.$base-colour;
cursor: pointer;
}
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 62363cc..11cd59e 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -15,8 +15,8 @@
- hello! ^w^/
welcome to my site, feel free to look around and learn something your government
- doesn't want you to know :3
+ hello! ^w^/
welcome to my site, feel free to look around and learn something
+ your government doesn't want you to know :3