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

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

View file

@ -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%);

View file

@ -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;

View file

@ -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"],

View file

@ -814,7 +814,7 @@ def search():
margin-top: .8em; margin-top: .8em;
border-radius: .8rem; border-radius: .8rem;
height: 2em; height: 2em;
background: linear-gradient(81.62deg,#2870ea 8.72%,#1b4aef 85.01%); background: linear-gradient(81.62deg, #2870ea 8.72%, #1b4aef 85.01%);
color: #fff; color: #fff;
border: 2px solid transparent; border: 2px solid transparent;
">发送</button> ">发送</button>