mirror of
https://github.com/hnhx/librex.git
synced 2025-01-25 10:13:03 -03:00
Add files via upload
This commit is contained in:
parent
136116fded
commit
6a96584f19
2 changed files with 7 additions and 7 deletions
|
@ -10,12 +10,12 @@
|
|||
--special-result-border: #5f6368;
|
||||
--special-text-background: #282828;
|
||||
--special-text-color: #cccccc;
|
||||
|
||||
--search-container-text-color: #e8eaed;
|
||||
|
||||
--search-container-text-color: #e8eaed;
|
||||
--search-container-background-color: #333333;
|
||||
|
||||
--hr-color: #303134;
|
||||
|
||||
--search-form-background-color: #161616;
|
||||
|
||||
--footer-fg: #999da2;
|
||||
--footer-bg: #161616;
|
||||
}
|
||||
}
|
|
@ -165,7 +165,7 @@ a:hover,
|
|||
}
|
||||
|
||||
.sub-search-container {
|
||||
background-color: #161616;
|
||||
background-color: var(--search-form-background-color);
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #303134;
|
||||
}
|
||||
|
@ -469,4 +469,4 @@ a:hover,
|
|||
.next-page-button-wrapper {
|
||||
margin-left: 40px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue