Browse Source

Update glass-base.css

pull/110/head
GilbN 6 years ago
committed by GitHub
parent
commit
1ac66c7767
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      CSS/addons/organizr/glass-base.css

21
CSS/addons/organizr/glass-base.css

@ -7,15 +7,15 @@
--main-bg-color: url(https://domain.com/your/hosted/wallpaper.jpg) center center/cover no-repeat fixed; --main-bg-color: url(https://domain.com/your/hosted/wallpaper.jpg) center center/cover no-repeat fixed;
--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--link-color: #fff; --link-color: #fff;
--custom-buttons-color: radial-gradient(ellipse at center, #3F51B5 0%, #009688 100%) center center/cover no-repeat fixed; --custom-buttons-color: radial-gradient(ellipse at center, #3F51B5 0%, #009688 100%) center center/cover no-repeat fixed;
--hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed; --hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed;
--notification-box-line: #000; --notification-box-line: #000;
--div-background-color-10: rgba(0, 0, 0, 0.15); --div-background-color-10: rgba(0, 0, 0, 0.15);
--div-background-color-15: rgba(0, 0, 0, 0.25); --div-background-color-15: rgba(0, 0, 0, 0.25);
--div-background-color-25: rgba(0, 0, 0, 0.35); --div-background-color-25: rgba(0, 0, 0, 0.35);
--div-background-color-35: rgba(0, 0, 0, 0.45); --div-background-color-35: rgba(0, 0, 0, 0.45);
} }
*/ */
@ -23,21 +23,20 @@
/* Replace the variables if you have a dark background */ /* Replace the variables if you have a dark background */
/* Light colors for dark backgrounds */ /* Light colors for dark backgrounds */
/* /*
--div-background-color-10: rgba(255, 255, 255, 0.1); --div-background-color-10: rgba(255, 255, 255, 0.1);
--div-background-color-15: rgba(255, 255, 255, 0.15); --div-background-color-15: rgba(255, 255, 255, 0.15);
--div-background-color-25: rgba(255, 255, 255, 0.25); --div-background-color-25: rgba(255, 255, 255, 0.25);
--div-background-color-35: rgba(255, 255, 255, 0.35); --div-background-color-35: rgba(255, 255, 255, 0.35);
*/ */
/* Dark blur colors for bright backgrounds */ /* Dark blur colors for bright backgrounds */
/* /*
--div-background-color-10: rgba(0, 0, 0, 0.15); --div-background-color-10: rgba(0, 0, 0, 0.15);
--div-background-color-15: rgba(0, 0, 0, 0.25); --div-background-color-15: rgba(0, 0, 0, 0.25);
--div-background-color-25: rgba(0, 0, 0, 0.35); --div-background-color-25: rgba(0, 0, 0, 0.35);
--div-background-color-35: rgba(0, 0, 0, 0.45); --div-background-color-35: rgba(0, 0, 0, 0.45);
*/ */
/*Settings */ /*Settings */
.feeds li>div i { .feeds li>div i {
color: black !important; color: black !important;

Loading…
Cancel
Save