From 7d7791785978af227c66e5a1676e1674600ca603 Mon Sep 17 00:00:00 2001 From: HLEndman Date: Wed, 10 Jan 2024 18:20:43 +0800 Subject: [PATCH] add a alt version of discogs --- .gitignore | 1 + .idea/.gitignore | 8 ------ .idea/inspectionProfiles/Project_Default.xml | 10 ------- .../inspectionProfiles/profiles_settings.xml | 6 ----- .idea/littlelink.iml | 8 ------ .idea/misc.xml | 4 --- .idea/modules.xml | 8 ------ .idea/vcs.xml | 6 ----- css/brands.css | 11 ++++++++ images/icons/discogs_alt.svg | 27 +++++++++++++++++++ index.html | 3 +++ 11 files changed, 42 insertions(+), 50 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/littlelink.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml create mode 100644 images/icons/discogs_alt.svg diff --git a/.gitignore b/.gitignore index e43b0f9..4befed3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 50f85a4..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/littlelink.iml b/.idea/littlelink.iml deleted file mode 100644 index d0876a7..0000000 --- a/.idea/littlelink.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d56657a..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index ac56cf0..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/css/brands.css b/css/brands.css index a5de82c..4759feb 100644 --- a/css/brands.css +++ b/css/brands.css @@ -277,6 +277,17 @@ button:hover, filter: brightness(90%); } +/* Discogs_alt */ +.button.button-discogs_alt { + color: #FFFFFF; + background-color: #000000; + border: 1px solid #FFFFFF +} +.button.button-discogs:hover, +.button.button-discogs:focus { + filter: brightness(90%); +} + /* Discord */ .button.button-discord { color: #ffffff; diff --git a/images/icons/discogs_alt.svg b/images/icons/discogs_alt.svg new file mode 100644 index 0000000..fc36ae6 --- /dev/null +++ b/images/icons/discogs_alt.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 0d9250c..c4b9004 100644 --- a/index.html +++ b/index.html @@ -154,6 +154,9 @@ Discogs
+ + Discogs
+ Discord