mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 17:37:21 +00:00
Themes: add themes page
This commit is contained in:
parent
7e7a5231ac
commit
dce36881e4
7 changed files with 149 additions and 8 deletions
|
|
@ -22,8 +22,9 @@ html, body {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
background-color: var(--bg-color);
|
||||
color: var(--main-color);
|
||||
background-color: var(--bg-color);
|
||||
transition: background-color 0.2s ease;
|
||||
|
||||
/* Fix for Jumping Scrollbar Issue */
|
||||
padding-left: calc(100vw - 100%);
|
||||
|
|
@ -72,11 +73,6 @@ summary:hover {
|
|||
background: var(--main-color);
|
||||
}
|
||||
|
||||
input::placeholder {
|
||||
color: var(--main-color);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: square;
|
||||
}
|
||||
|
|
@ -87,6 +83,23 @@ hr {
|
|||
border-top: 2px solid var(--main-color);
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
input::placeholder {
|
||||
color: var(--main-color);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
button {
|
||||
border: 2px solid var(--main-color);
|
||||
background-color: var(--bg-color);
|
||||
color: var(--main-color);
|
||||
padding: var(--inner-padding);
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
.status {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue