|
1 | 1 | /* Old Windows titlebar - remove this @import if you wish to use default titlebar */ |
2 | | -@import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css"); |
| 2 | +@import url('https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css'); |
3 | 3 |
|
4 | 4 | :root { |
5 | 5 | /* |
6 | 6 | * Background image variables |
7 | 7 | */ |
8 | | - --background-image: url("https://i.imgur.com/kYW2H5C.jpg"); /* Main background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */ |
| 8 | + --background-image: url('https://i.imgur.com/kYW2H5C.jpg'); /* Main background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */ |
9 | 9 | --background-image-blur: 5px; /* Blur intensity of --background-image | Must end in px | DEFAULT: 5px */ |
10 | 10 | --background-image-size: cover; /* Size of the background image | DEFAUT: cover | OPTIONS: cover, contain */ |
11 | 11 | --background-image-position: center; /* Position of background image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */ |
|
30 | 30 | /* |
31 | 31 | * Home image variables |
32 | 32 | */ |
33 | | - --home-button-image: url("https://discordstyles.github.io/FrostedGlass/discord.svg"); /* Home button image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */ |
34 | | - --home-button-size: cover; /* Size of the home button image | DEFAUT: cover */ |
| 33 | + --home-button-image: url('https://discordstyles.github.io/FrostedGlass/discord.svg'); /* Home button image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */ |
| 34 | + --home-button-size: 60%; /* Size of the home button image | DEFAUT: cover */ |
35 | 35 | --home-button-position: center; /* Position of home button image | DEAFULT: center */ |
36 | 36 |
|
37 | 37 | /* |
|
68 | 68 | * Visit https://fonts.google.com and select one to your liking. |
69 | 69 | * Now just follow this tutorial: https://imgur.com/a/CNbw7xC |
70 | 70 | */ |
71 | | - --font: "Whitney"; |
| 71 | + --font: 'Whitney'; |
72 | 72 |
|
73 | 73 | /* |
74 | 74 | * ~~DO NOT TOUCH~~ |
|
0 commit comments