This commit is contained in:
Joseph Cheung 2023-02-23 14:57:25 +08:00
parent 8ee2cd05cf
commit ff2480e23c
8 changed files with 10 additions and 8 deletions

View file

@ -141,8 +141,8 @@
--color-backtotop-border: #333;
--color-backtotop-background: #2b2e36;
/// Button Colors
--color-btn-background: #58f;
--color-btn-font: #222;
--color-btn-background: linear-gradient(81.62deg, #2870ea 8.72%, #1b4aef 85.01%);
--color-btn-font: #fff;
--color-show-btn-background: #555;
--color-show-btn-font: #fff;
/// Search Input Colors
@ -150,7 +150,7 @@
--color-search-shadow: 0 2px 8px rgb(34 38 46 / 25%);
--color-search-background: #2b2e36;
--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
--color-error: #f55b5b;
--color-error-background: darken(#db3434, 40%);

View file

@ -58,6 +58,7 @@
}
#search_logo {
filter: var(--invert-logo);
grid-area: logo;
display: flex;
align-items: center;

View file

@ -106,6 +106,7 @@ footer {
.page_with_header .logo {
height: 40px;
filter: var(--invert-logo);
}
input[type="submit"],