From 4412459d47b7616937d6ded43809323f7d3167cc Mon Sep 17 00:00:00 2001 From: KayoticCarnige Date: Tue, 4 May 2021 21:14:19 -0400 Subject: [PATCH 1/3] Update index.html --- index.html | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 9f2c829..16aa42a 100644 --- a/index.html +++ b/index.html @@ -25,18 +25,16 @@ color: #8e9297; text-align: center; font-weight: 100; - transform: translateY(360%); + transform: translateY(-105%); font-family: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif; text-rendering: optimizeLegibility; font-style: italic; } h1 { - color: #ffffff; + font-size: 0px; text-align: center; - font-weight: normal; - font-family: Discordinated; - transform: translateY(120%); + transform: translateY(-105%); } h1:before { @@ -44,22 +42,31 @@ color: #7289da; font-weight: normal; font-family: Helvetica, sans-serif; + font-size: 32px; + } + + h1:after { + content: "Cord"; + color: #ffffff; + font-weight: normal; + font-family: Discordinated; + font-size: 32px; } span { text-align: center; } - .center { + .logo { display: block; margin-left: auto; margin-right: auto; - width: 50%; max-height: 204px; max-width: 204px; + transform: translateY(5%); } - .loading { + .container { position: fixed; top: 50%; left: 50%; @@ -74,17 +81,13 @@
-
- + From 5f50d38e13ab8a2975eff9cb202aca160dcf4e5e Mon Sep 17 00:00:00 2001 From: KayoticCarnige Date: Tue, 4 May 2021 21:19:57 -0400 Subject: [PATCH 2/3] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 16aa42a..35a74ac 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ color: #8e9297; text-align: center; font-weight: 100; - transform: translateY(-105%); + transform: translateY(-185%); font-family: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif; text-rendering: optimizeLegibility; font-style: italic; @@ -90,4 +90,4 @@ - + \ No newline at end of file From 41140828ff98ddd3bc5c9927155f9ba40da36860 Mon Sep 17 00:00:00 2001 From: KayoticCarnige Date: Tue, 4 May 2021 23:36:28 -0400 Subject: [PATCH 3/3] Update preload.js --- preload.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/preload.js b/preload.js index 061f504..991ab81 100644 --- a/preload.js +++ b/preload.js @@ -37,7 +37,7 @@ div.menubar[role="menubar"] { content: "Cord"; color: #fff; font-weight: normal; - font-size: 12px; + font-size: 14px; font-family: Discordinated; } @@ -45,14 +45,14 @@ div.menubar[role="menubar"] { content: "ARM"; color: #7289da; font-weight: normal; - font-size: 12px; + font-size: 14px; font-family: Helvetica, sans-serif; } .window-title { font-size: 0px !important; margin-left: initial !important; - transform: translate(10px, 3px) !important; + transform: translate(10px, 2px) !important; } .titlebar {