diff --git a/src/app.css b/src/app.css
index 490aff3..6734fb6 100644
--- a/src/app.css
+++ b/src/app.css
@@ -44,7 +44,7 @@ body {
--grey-four: #182244;
--grey-five: hsl(208, 30%, 75%);
--grey-six: #202126;
- --grey-seven: #202126;
+ --grey-seven: #18191D;
--bezier-one: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@@ -83,7 +83,7 @@ h4 {
}
h5 {
- color: var(--white);
+ color: var(--accent-color-two);
font-weight: 300;
font-size: 1rem;
letter-spacing: 0.02rem;
@@ -102,7 +102,7 @@ h6 {
}
::-webkit-scrollbar-thumb {
- background-color: var(--grey-one);
+ background-color: var(--accent-color);
background-clip: content-box;
border-radius: 100px;
}
diff --git a/src/lib/components/atoms/Search.svelte b/src/lib/components/atoms/Search.svelte
new file mode 100644
index 0000000..f3844d4
--- /dev/null
+++ b/src/lib/components/atoms/Search.svelte
@@ -0,0 +1,41 @@
+
+
+
+

+
+
+
+
diff --git a/src/lib/components/molecules/NavHost.svelte b/src/lib/components/molecules/NavHost.svelte
index 279b43e..9e191da 100644
--- a/src/lib/components/molecules/NavHost.svelte
+++ b/src/lib/components/molecules/NavHost.svelte
@@ -71,7 +71,7 @@
Download
Patches
-
+
@@ -103,7 +103,7 @@
min-height: 70px;
width: 100%;
z-index: 999;
- background-color: var(--grey-seven);
+ background-color: var(--grey-six);
}
.desktop {
@@ -158,8 +158,6 @@
img {
height: 25px;
}
-
-
}
.bottom-mobile-container {
diff --git a/src/lib/components/molecules/PatchCell.svelte b/src/lib/components/molecules/PatchCell.svelte
index 1300642..876710f 100644
--- a/src/lib/components/molecules/PatchCell.svelte
+++ b/src/lib/components/molecules/PatchCell.svelte
@@ -36,6 +36,7 @@
{/if}
+ {patch.description}
- {patch.description}
{#if expanded && hasPatchOptions}
@@ -127,7 +127,7 @@
}
.patch-container:active {
- filter: brightness(1.5);
+ filter: brightness(1.75);
}
.title {
@@ -171,6 +171,4 @@
display: flex;
flex-direction: column;
}
-
-
diff --git a/src/lib/components/molecules/TreeMenu.svelte b/src/lib/components/molecules/TreeMenu.svelte
index b0ea3d7..01cc9f1 100644
--- a/src/lib/components/molecules/TreeMenu.svelte
+++ b/src/lib/components/molecules/TreeMenu.svelte
@@ -3,8 +3,6 @@