name fix
This commit is contained in:
parent
f28120f11c
commit
3c7e5f4a90
@ -12,7 +12,7 @@
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* RESILIO-SYNC DARK THEME */
|
||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css);
|
||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
|
||||
:root {
|
||||
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* RESILIO-SYNC HOTLINE THEME */
|
||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css);
|
||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
|
||||
:root {
|
||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* RESILIO-SYNC PLEX THEME */
|
||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css);
|
||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
|
||||
:root {
|
||||
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||
|
||||
@ -524,7 +524,10 @@ ul.jqueryFileTree a:hover {
|
||||
text-decoration: underline;
|
||||
color: var(--text-hover);
|
||||
}
|
||||
|
||||
#my-devices .my-devices .info-button:hover {
|
||||
background-color: var(--button-color-hover);
|
||||
color: var(--button-text);
|
||||
}
|
||||
/* BUTTONS */
|
||||
.btn {
|
||||
border-color: var(--button-color);
|
||||
@ -12,7 +12,7 @@
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* RESILIO-SYNC SPACE GRAY THEME */
|
||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css);
|
||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
|
||||
:root {
|
||||
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user