ooo
This commit is contained in:
parent
8ee2cd05cf
commit
ff2480e23c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -141,8 +141,8 @@
|
|||||||
--color-backtotop-border: #333;
|
--color-backtotop-border: #333;
|
||||||
--color-backtotop-background: #2b2e36;
|
--color-backtotop-background: #2b2e36;
|
||||||
/// Button Colors
|
/// Button Colors
|
||||||
--color-btn-background: #58f;
|
--color-btn-background: linear-gradient(81.62deg, #2870ea 8.72%, #1b4aef 85.01%);
|
||||||
--color-btn-font: #222;
|
--color-btn-font: #fff;
|
||||||
--color-show-btn-background: #555;
|
--color-show-btn-background: #555;
|
||||||
--color-show-btn-font: #fff;
|
--color-show-btn-font: #fff;
|
||||||
/// Search Input Colors
|
/// Search Input Colors
|
||||||
@ -150,7 +150,7 @@
|
|||||||
--color-search-shadow: 0 2px 8px rgb(34 38 46 / 25%);
|
--color-search-shadow: 0 2px 8px rgb(34 38 46 / 25%);
|
||||||
--color-search-background: #2b2e36;
|
--color-search-background: #2b2e36;
|
||||||
--color-search-font: #fff;
|
--color-search-font: #fff;
|
||||||
--color-search-background-hover: #58f;
|
--color-search-background-hover: linear-gradient(81.62deg, #2870ea 8.72%, #1b4aef 85.01%);
|
||||||
/// Modal Colors
|
/// Modal Colors
|
||||||
--color-error: #f55b5b;
|
--color-error: #f55b5b;
|
||||||
--color-error-background: darken(#db3434, 40%);
|
--color-error-background: darken(#db3434, 40%);
|
||||||
|
@ -58,6 +58,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#search_logo {
|
#search_logo {
|
||||||
|
filter: var(--invert-logo);
|
||||||
grid-area: logo;
|
grid-area: logo;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -106,6 +106,7 @@ footer {
|
|||||||
|
|
||||||
.page_with_header .logo {
|
.page_with_header .logo {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
filter: var(--invert-logo);
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user