mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 13:00:01 -04:00
Merge pull request #200 from IncognitoTGT/main
fix: text properly themed; discord invite through proxy now works.
This commit is contained in:
commit
a08add1bfa
5 changed files with 14 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
--background-lighter: #292c3c !important;
|
||||
--navbar-color: #292c3c !important;
|
||||
--navbar-height: 60px !important;
|
||||
--navbar-text-color: #c6d0f5 !important;
|
||||
--navbar-text-color: #ca9ee6 !important;
|
||||
--navbar-link-color: #8caaee !important;
|
||||
--navbar-link-hover-color: #ca9ee6 !important;
|
||||
--navbar-font: "Roboto" !important;
|
||||
|
@ -15,7 +15,7 @@
|
|||
--input-border-color: color-mix(in srgb, #232634, #ca9ee6 50%) !important;
|
||||
--input-border-size: 1.3px !important;
|
||||
--navbar-logo-filter: none !important;
|
||||
--dropdown-option-hover-color: #232634 !important;
|
||||
--dropdown-option-hover-color: #292c3c !important;
|
||||
--tab-color: #414559 !important;
|
||||
--active-color: #ca9ee6 !important;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
--background-lighter: #e6e9ef !important;
|
||||
--navbar-color: #e6e9ef !important;
|
||||
--navbar-height: 60px !important;
|
||||
--navbar-text-color: #4c4f69 !important;
|
||||
--navbar-text-color: #8839ef !important;
|
||||
--navbar-link-color: #1e66f5 !important;
|
||||
--navbar-link-hover-color: #8839ef !important;
|
||||
--navbar-font: "Roboto" !important;
|
||||
|
@ -15,7 +15,7 @@
|
|||
--input-border-color: color-mix(in srgb, #dce0e8, #8839ef 50%) !important;
|
||||
--input-border-size: 1.3px !important;
|
||||
--navbar-logo-filter: none !important;
|
||||
--dropdown-option-hover-color: #dce0e8 !important;
|
||||
--dropdown-option-hover-color: #e6e9ef !important;
|
||||
--tab-color: #ccd0da !important;
|
||||
--active-color: #8839ef !important;
|
||||
}
|
||||
|
@ -27,4 +27,5 @@
|
|||
|
||||
.font-roboto {
|
||||
font-family: "Roboto";
|
||||
color: #4c4f69;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
--background-lighter: #1e2030 !important;
|
||||
--navbar-color: #1e2030 !important;
|
||||
--navbar-height: 60px !important;
|
||||
--navbar-text-color: #cad3f5 !important;
|
||||
--navbar-text-color: #c6a0f6 !important;
|
||||
--navbar-link-color: #8aadf4 !important;
|
||||
--navbar-link-hover-color: #c6a0f6 !important;
|
||||
--navbar-font: "Roboto" !important;
|
||||
|
@ -15,7 +15,7 @@
|
|||
--input-border-color: color-mix(in srgb, #181926, #c6a0f6 50%) !important;
|
||||
--input-border-size: 1.3px !important;
|
||||
--navbar-logo-filter: none !important;
|
||||
--dropdown-option-hover-color: #181926 !important;
|
||||
--dropdown-option-hover-color: #1e2030 !important;
|
||||
--tab-color: #363a4f !important;
|
||||
--active-color: #c6a0f6 !important;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
--background-lighter: #181825 !important;
|
||||
--navbar-color: #181825 !important;
|
||||
--navbar-height: 60px !important;
|
||||
--navbar-text-color: #cdd6f4 !important;
|
||||
--navbar-text-color: #cba6f7 !important;
|
||||
--navbar-link-color: #89b4fa !important;
|
||||
--navbar-link-hover-color: #cba6f7 !important;
|
||||
--navbar-font: "Roboto" !important;
|
||||
|
@ -15,7 +15,7 @@
|
|||
--input-border-color: color-mix(in srgb, #11111b, #cba6f7 50%) !important;
|
||||
--input-border-size: 1.3px !important;
|
||||
--navbar-logo-filter: none !important;
|
||||
--dropdown-option-hover-color: #11111b !important;
|
||||
--dropdown-option-hover-color: #181825 !important;
|
||||
--tab-color: #313244 !important;
|
||||
--active-color: #cba6f7 !important;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,11 @@ export function DiscordPage() {
|
|||
</button>
|
||||
</a>
|
||||
<a
|
||||
href="/~/uv/https%3A%2F%2Fdiscord.com%2Finvite%2Funblocker"
|
||||
onClick={() => {
|
||||
window.location.href =
|
||||
window.__uv$config.prefix +
|
||||
window.__uv$config.encodeUrl("https://discord.gg/unblocker");
|
||||
}}
|
||||
className="p-6"
|
||||
>
|
||||
<button className="font-roboto h-14 w-56 rounded-2xl border border-input-border-color bg-input p-2 text-center text-xl placeholder:text-input-text focus:outline-none text-input-text">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue