Skip to content

Commit

Permalink
updating logo from svg to png
Browse files Browse the repository at this point in the history
  • Loading branch information
ungiglio committed Jan 31, 2025
1 parent 707b2c1 commit f86dfdc
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 74 deletions.
4 changes: 2 additions & 2 deletions AWKGLASS/v2.awkglass.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
--background-modifier-hover: rgba(20, 20, 20, 0.500);
--box-shadow: 0 0 10px 0px black;

--custom-logo: url('https://ungiglio.github.io/DiscordDiscordia/awkglass_code/assets/LandeDiscordia.svg');
--custom-logo-hover: url('https://ungiglio.github.io/DiscordDiscordia/awkglass_code/assets/LandeDiscordiaHover.svg');
--custom-logo: url('https://ungiglio.github.io/DiscordDiscordia/awkglass_code/assets/LandeDiscordia.png');
--custom-logo-hover: url('https://ungiglio.github.io/DiscordDiscordia/awkglass_code/assets/LandeDiscordiaHover.png');

/*other*/
--highlight: rgb(var(--rgb-highlight));
Expand Down
Binary file added awkglass_code/assets/LandeDiscordia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 0 additions & 35 deletions awkglass_code/assets/LandeDiscordia.svg

This file was deleted.

Binary file added awkglass_code/assets/LandeDiscordiaHover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 0 additions & 35 deletions awkglass_code/assets/LandeDiscordiaHover.svg

This file was deleted.

4 changes: 2 additions & 2 deletions discordia.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
--custom-image-url: url('https://i.imgur.com/GcFkyZp.jpeg'); /* background image */
--app-blur: 8px; /* background image blur */

--custom-logo: url('https://ungiglio.github.io/DiscordDiscordia/awkglass_code/assets/LandeDiscordia.svg'); /* custom logo .svg file preferred */
--custom-logo-hover: url('https://ungiglio.github.io/DiscordDiscordia/awkglass_code/assets/LandeDiscordiaHover.svg'); /* custom logo .svg file preferred (hover) */
--custom-logo: url('https://ungiglio.github.io/DiscordDiscordia/awkglass_code/assets/LandeDiscordia.png'); /* custom logo */
--custom-logo-hover: url('https://ungiglio.github.io/DiscordDiscordia/awkglass_code/assets/LandeDiscordiaHover.png'); /* custom logo (hover) */

/* FONTS */
--font-primary: 'gg sans', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
Expand Down

0 comments on commit f86dfdc

Please sign in to comment.