mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
.
This commit is contained in:
parent
1ab4278ec1
commit
c75017a8a5
1 changed files with 31 additions and 0 deletions
|
@ -11,6 +11,37 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.logo {
|
||||
font-size: 24px;
|
||||
color: #fe0000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.search-container {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
}
|
||||
.search-bar {
|
||||
width: 400px;
|
||||
padding: 8px;
|
||||
font-size: 16px;
|
||||
border: 1px solid #313131;
|
||||
background-color: #121212;
|
||||
color: #fff;
|
||||
}
|
||||
.search-bar:hover {
|
||||
border: 1px solid #268ee9;
|
||||
}
|
||||
.search-button {
|
||||
padding: 8px 15px;
|
||||
font-size: 16px;
|
||||
background-color: #222222;
|
||||
border:1px solid #3d3d3d;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
.search-button:hover {
|
||||
border: 1px solid #268ee9;
|
||||
}
|
||||
a {
|
||||
color: #3ea6ff;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue