10 changed files with 32 additions and 52 deletions
@ -1,34 +1,34 @@ |
|||
input::-webkit-input-placeholder { |
|||
color: var(--text); |
|||
color: var(--text) !important; |
|||
} |
|||
|
|||
input:focus::-webkit-input-placeholder { |
|||
color: var(--text-hover); |
|||
color: var(--text-hover) !important; |
|||
} |
|||
|
|||
/* Firefox < 19 */ |
|||
input:-moz-placeholder { |
|||
color: var(--text); |
|||
color: var(--text) !important; |
|||
} |
|||
|
|||
input:focus:-moz-placeholder { |
|||
color: var(--text-hover); |
|||
color: var(--text-hover) !important; |
|||
} |
|||
|
|||
/* Firefox > 19 */ |
|||
input::-moz-placeholder { |
|||
color: var(--text); |
|||
color: var(--text) !important; |
|||
} |
|||
|
|||
input:focus::-moz-placeholder { |
|||
color: var(--text-hover); |
|||
color: var(--text-hover) !important; |
|||
} |
|||
|
|||
/* Internet Explorer 10 */ |
|||
input:-ms-input-placeholder { |
|||
color: var(--text); |
|||
color: var(--text) !important; |
|||
} |
|||
|
|||
input:focus:-ms-input-placeholder { |
|||
color: var(--text-hover); |
|||
color: var(--text-hover) !important; |
|||
} |
@ -0,0 +1,16 @@ |
|||
|
|||
/* dP dP dP */ |
|||
/* 88 88 88 */ |
|||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ |
|||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ |
|||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ |
|||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ |
|||
/* 88 */ |
|||
/* dP */ |
|||
|
|||
/* Made by @gilbN */ |
|||
/* https://github.com/gilbN/theme.park */ |
|||
|
|||
/* NZBHYDRA2 DRACULA THEME */ |
|||
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css); |
|||
@import url(https://theme-park.dev/CSS/variables/aquamarine.css); |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue