From df83567d9915983aedb1611a8625c2da39d6ca7d Mon Sep 17 00:00:00 2001 From: KayoticCarnige Date: Thu, 20 May 2021 12:00:51 -0400 Subject: [PATCH] Fixed up the theme menu CSS and removed "Download Discord" popup --- preload.js | 3 +++ theme.html | 42 +++++++++++++++++++++++++++++++----------- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/preload.js b/preload.js index d2db5d6..44bdfe1 100644 --- a/preload.js +++ b/preload.js @@ -75,6 +75,9 @@ div.menubar[role="menubar"] { .titlebar .window-controls-container .window-icon { background: var(--window-buttons) !important; } +.notice-3bPHh-.colorDefault-22HBa0 { + display: none; +} `); ArmCord.addStyle( diff --git a/theme.html b/theme.html index 6533388..c035ebc 100644 --- a/theme.html +++ b/theme.html @@ -27,20 +27,11 @@ transform: translateY(-105%); } - h1:before { + .logo:before { content: "ARM"; 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 { @@ -52,6 +43,7 @@ font-weight: normal; font-family: Discordinated; font-size: 32px; + text-align: center; } .container { @@ -61,11 +53,39 @@ color: #fff; transform: translate(-50%, -50%); } + + button.back-btn { + position: absolute; + background-color: #7289da; + font-family: Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif; + color: #ffffff; + padding: 4px; + border-radius: 5px; + width: 105px; + height: 25px; + margin-top: 5px; + margin-left: 5px; + text-align: center; + border-style: none; + outline: none; + } + + button.back-btn:hover { + background-color: #687dc6; + border-style: none; + outline: none; + cursor: pointer; + } + + button.back-btn:active { + background-color: #5c6fb1; + } - + +