Skip to content

Commit

Permalink
Update neutron.theme.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yw1zard committed Aug 19, 2024
1 parent bba7bfd commit 9313fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes-files/neutron.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ $$ | \$$ |$$$$$$$$\ \$$$$$$ | $$ | $$ | $$ | $$$$$$ |$$ | \$$ |
--customFont: 'Open sans', sans-serif; /* Custom font, change the name in 'font name here', you must import the font first */

/* HOME BUTTON */
--homeImage: url('https://imgur.com/eItxuAq.png');/* Home button image, must be a direct link | You can also set it to a gradient, google "css gradient"*/
--homeImage: url('https://i.imgur.com/gvFYrTh.png');/* Home button image, must be a direct link | You can also set it to a gradient, google "css gradient"*/
--homeImageSize: cover;/* To cover the button, set to "cover". You can also set it to "100% 100%" but the image will be stretched. Set to "contain" to see the entire image */

/* BACKGROUND */
--backgroundColor: #0d0d0d; /* Background color */
--backgroundImage: url('https://imgur.com/qhBghXt.png'); /* Backround image, must be a direct link | You can also set it to a gradient, google "css gradient"*/
--backgroundImage: url('https://i.imgur.com/Qu2Tci2.jpeg'); /* Backround image, must be a direct link | You can also set it to a gradient, google "css gradient"*/
--backgroundPosition: center; /* Image position | center, left, right, bottom, top */
--backgroundSize: cover; /* To cover the entire app, set to "cover". You can also set it to "100% 100%" but the image will be stretched. Set to "contain" to see the entire image */
--backgroundRepeat: no-repeat; /* if you want the image to repeat | Google "css background repeat" */
Expand Down

0 comments on commit 9313fd7

Please sign in to comment.