Browse Source

Update hotline.css

pull/16/head
GilbN 6 years ago
committed by GitHub
parent
commit
aaa57a5101
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/thelounge/hotline.css

4
CSS/themes/thelounge/hotline.css

@ -13,7 +13,7 @@
/* THE LOUNGE HOTLINE THEME */ /* THE LOUNGE HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
:root { :root {
--body-bg-color:: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --body-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--window-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --window-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--button-color: #F44336; --button-color: #F44336;
--theme-accent: #F44336; --theme-accent: #F44336;
@ -27,4 +27,4 @@
--unread-marker-color: #f92772; --unread-marker-color: #f92772;
--highlight-bg-color: #4d4332; --highlight-bg-color: #4d4332;
--highlight-border-color: #b08c4f; --highlight-border-color: #b08c4f;
} }

Loading…
Cancel
Save