mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
parent
9e2438c7dc
commit
e93d8bee22
2 changed files with 31 additions and 1 deletions
|
@ -163,6 +163,13 @@ img.thumbnail {
|
|||
top: -0.7em;
|
||||
}
|
||||
|
||||
.search-button {
|
||||
border: none;
|
||||
color: #3E4446;
|
||||
background: transparent;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
/*
|
||||
* Navbar
|
||||
*/
|
||||
|
@ -436,6 +443,13 @@ body.dark-theme {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
.dark-theme .search-button {
|
||||
border: none;
|
||||
color: #B0ADA4;
|
||||
background: transparent;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.dark-theme .pure-menu-link:hover, .dark-theme .pure-menu-link:active {
|
||||
background-color: rgb(34, 36, 38)
|
||||
}
|
||||
|
@ -534,3 +548,8 @@ p,
|
|||
|
||||
/* Center the "invidious" logo on the search page */
|
||||
#logo > h1 { text-align: center; }
|
||||
|
||||
|
||||
#content-navigation {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue