mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
parent
d636022898
commit
38231f4eaa
1 changed files with 21 additions and 21 deletions
|
@ -1,30 +1,30 @@
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-primary: #eff1f5 !important;
|
--background-primary: #eff1f5 !important;
|
||||||
--background-lighter: #dce0e8 !important;
|
--background-lighter: #dce0e8 !important;
|
||||||
--navbar-color: #dce0e8 !important;
|
--navbar-color: #dce0e8 !important;
|
||||||
--navbar-height: 60px !important;
|
--navbar-height: 60px !important;
|
||||||
--navbar-text-color: #8839ef !important;
|
--navbar-text-color: #8839ef !important;
|
||||||
--navbar-link-color: #1e66f5 !important;
|
--navbar-link-color: #1e66f5 !important;
|
||||||
--navbar-link-hover-color: #8839ef !important;
|
--navbar-link-hover-color: #8839ef !important;
|
||||||
--navbar-font: "Roboto" !important;
|
--navbar-font: "Roboto" !important;
|
||||||
--input-text-color: #4c4f69 !important;
|
--input-text-color: #4c4f69 !important;
|
||||||
--input-placeholder-color: #5c5f77 !important;
|
--input-placeholder-color: #5c5f77 !important;
|
||||||
--input-background-color: #e6e9ef !important;
|
--input-background-color: #e6e9ef !important;
|
||||||
--input-border-color: #8839ef !important;
|
--input-border-color: #8839ef !important;
|
||||||
--input-border-size: 1.3px !important;
|
--input-border-size: 1.3px !important;
|
||||||
--navbar-logo-filter: none !important;
|
--navbar-logo-filter: none !important;
|
||||||
--dropdown-option-hover-color: #dce0e8 !important;
|
--dropdown-option-hover-color: #dce0e8 !important;
|
||||||
--tab-color: #ccd0da !important;
|
--tab-color: #ccd0da !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-inter {
|
.font-inter {
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-roboto {
|
.font-roboto {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
color: #4c4f69;
|
color: #4c4f69
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue