1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-31 02:00:39 +02:00

Add Discord invitation on the website,...

...`README.md`, and `CONTRIBUTING.md`
This commit is contained in:
David Leal
2021-03-19 19:05:35 -06:00
parent 3548604984
commit 31ad403475
5 changed files with 27 additions and 4 deletions

View File

@@ -8,6 +8,14 @@ html {
*, *::after, *::before {
box-sizing: inherit; }
.discord-logo:before {
content: "";
background-image: url("discord-logo.svg");
height: 40px;
width: 40px;
display: inline-block;
background-size: cover;
}
.icon-brush:before {
content: "\e600"; }