mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
Fix overflow
This commit is contained in:
parent
315204e5d7
commit
bdea8efb53
4 changed files with 33 additions and 14 deletions
19
database_assets/styles/neptune.css
Normal file
19
database_assets/styles/neptune.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
:root {
|
||||
--background-primary: rgba(0, 0, 0, 0);
|
||||
--background-lighter: #04ff00;
|
||||
--navbar-color: #ffffff;
|
||||
--navbar-height: 60px;
|
||||
--navbar-text-color: #ff7300;
|
||||
--navbar-link-color: #16dcff;
|
||||
--navbar-link-hover-color: gray;
|
||||
--navbar-font: "Roboto";
|
||||
--input-text-color: #e0def4;
|
||||
--input-placeholder-color: white;
|
||||
--input-background-color: #ffb9d5;
|
||||
--input-border-color: #eb6f92;
|
||||
--input-border-size: 1.3px;
|
||||
--navbar-logo-filter: none;
|
||||
--dropdown-option-hover-color: #a891f4;
|
||||
--tab-color: var(--black);
|
||||
--border-color: #ff009d;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue