Skip to content

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
louis993546 committed Sep 17, 2024
2 parents cb1e7a1 + 174cc57 commit 004562d
Show file tree
Hide file tree
Showing 127 changed files with 132 additions and 1,406 deletions.
83 changes: 6 additions & 77 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,6 @@ button:hover,
filter: brightness(90%);
}

/* BeReal */
.button.button-bereal {
color: #ffffff;
background-color: #000000;
border: 1px solid #ffffff;
}
.button.button-bereal:hover,
.button.button-bereal:focus {
filter: brightness(90%);
}

/* Bluesky */
.button.button-bluesky {
color: #FFFFFF;
Expand Down Expand Up @@ -266,6 +255,7 @@ button:hover,
filter: brightness(90%);
}

<<<<<<< HEAD
/* Clubhouse */
.button.button-clubhouse {
color: #1F1F1A;
Expand Down Expand Up @@ -307,6 +297,8 @@ button:hover,
filter: brightness(90%);
}

=======
>>>>>>> upstream/main
/* dev.to */
.button.button-dev-to {
color: #000000;
Expand Down Expand Up @@ -343,7 +335,7 @@ button:hover,
/* Discord */
.button.button-discord {
color: #ffffff;
background-color: #5865f2;
background-color: #161CBB;
}
.button.button-discord:hover,
.button.button-discord:focus {
Expand Down Expand Up @@ -506,16 +498,6 @@ button:hover,
filter: brightness(90%);
}

/* Guilded */
.button.button-guilded {
color: #000000;
background-color: #F5C400;
}
.button.button-guilded:hover,
.button.button-guilded:focus {
filter: brightness(90%);
}

/* Hashnode */
.button.button-hashnode {
color: #000000;
Expand Down Expand Up @@ -712,17 +694,6 @@ button:hover,
filter: brightness(90%);
}

/* Partiful */
.button.button-partiful {
color: #ffffff;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-partiful:hover,
.button.button-partiful:focus {
filter: brightness(90%);
}

/* Patreon */
.button.button-patreon {
color: #ffffff;
Expand Down Expand Up @@ -776,17 +747,6 @@ button:hover,
filter: brightness(90%);
}

/* QQ */
.button.button-qq {
color: #000000;
background-color: #FFFFFF;
border: 1px solid #000000;
}
.button.button-qq:hover,
.button.button-qq:focus {
filter: brightness(90%);
}

/* Read.cv */
.button.button-read-cv {
color: #FFFFFF;
Expand Down Expand Up @@ -825,8 +785,8 @@ button:hover,
background-color: #ffffff;
border: 1px solid black;
}
.button.button-rev:hover,
.button.button-rev:focus {
.button.button-revolut:hover,
.button.button-revolut:focus {
filter: brightness(90%);
}

Expand All @@ -850,16 +810,6 @@ button:hover,
filter: brightness(90%);
}

/* Skoob */
.button.button-skoob {
color: #ffffff;
background-color: #3189c8;
}
.button.button-skoob:hover,
.button.button-skoob:focus {
filter: brightness(90%);
}

/* Slack */
.button.button-slack {
color: #000000;
Expand Down Expand Up @@ -1118,17 +1068,6 @@ button:hover,
filter: brightness(90%);
}

/* VRChat */
.button.button-vrchat {
color: #000000;
background-color: #ffffff;
border: 1px solid black;
}
.button.button-vrchat:hover,
.button.button-vrchat:focus {
filter: brightness(90%);
}

/* VSCO */
.button.button-vsco {
color: #FFFFFF;
Expand Down Expand Up @@ -1182,16 +1121,6 @@ button:hover,
filter: brightness(90%);
}

/* Xing */
.button.button-xing {
color: #ffffff;
background-color: #026466;
}
.button.button-xing:hover,
.button.button-xing:focus {
filter: brightness(90%);
}

/* YouTube */
.button.button-yt {
color: #ffffff;
Expand Down
18 changes: 1 addition & 17 deletions images/icons/amazon-music.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 004562d

Please sign in to comment.