🎉 Initial commit
This commit is contained in:
1458
assets/css/compiled/main.css
Normal file
1458
assets/css/compiled/main.css
Normal file
File diff suppressed because it is too large
Load Diff
104
assets/css/main.css
Normal file
104
assets/css/main.css
Normal file
@@ -0,0 +1,104 @@
|
||||
/*! Lynx v1.0.0 | MIT License | https://github.com/jpanther/lynx */
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
|
||||
body a,
|
||||
body button {
|
||||
/* @apply transition; */
|
||||
}
|
||||
|
||||
/* Scale SVG icons to text size */
|
||||
.icon svg {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
.link {
|
||||
@apply text-white bg-primary-700 hover:brightness-90;
|
||||
}
|
||||
|
||||
.link-codepen {
|
||||
background-color: #1e1f26;
|
||||
}
|
||||
.link-dev {
|
||||
background-color: #0a0a0a;
|
||||
}
|
||||
.link-discord {
|
||||
background-color: #7289da;
|
||||
}
|
||||
.link-dribbble {
|
||||
background-color: #ea4c89;
|
||||
}
|
||||
.link-facebook {
|
||||
background-color: #1877f2;
|
||||
}
|
||||
.link-foursquare {
|
||||
background-color: #0732a2;
|
||||
}
|
||||
.link-github {
|
||||
background-color: #333;
|
||||
}
|
||||
.link-gitlab {
|
||||
background-color: #554488;
|
||||
}
|
||||
.link-instagram {
|
||||
background-color: #c13584;
|
||||
background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
|
||||
}
|
||||
.link-keybase {
|
||||
background-color: #33a0ff;
|
||||
}
|
||||
.link-lastfm {
|
||||
background-color: #d51007;
|
||||
}
|
||||
.link-linkedin {
|
||||
background-color: #0077b5;
|
||||
}
|
||||
.link-mastodon {
|
||||
background-color: #338cd4;
|
||||
}
|
||||
.link-medium {
|
||||
background-color: #00ab6c;
|
||||
}
|
||||
.link-orcid {
|
||||
background-color: #a6ce39;
|
||||
}
|
||||
.link-pinterest {
|
||||
background-color: #e60023;
|
||||
}
|
||||
.link-reddit {
|
||||
background-color: #ff4500;
|
||||
}
|
||||
.link-researchgate {
|
||||
background-color: #40ba9c;
|
||||
}
|
||||
.link-slack {
|
||||
background-color: #4a154b;
|
||||
}
|
||||
.link-snapchat {
|
||||
@apply text-neutral-900;
|
||||
background-color: #fffc00;
|
||||
}
|
||||
.link-soundcloud {
|
||||
background-color: #ff8800;
|
||||
background: linear-gradient(120deg, #ff8800, #ff3300);
|
||||
}
|
||||
.link-steam {
|
||||
background-color: #000;
|
||||
}
|
||||
.link-tiktok {
|
||||
background-color: #fe2d55;
|
||||
}
|
||||
.link-twitch {
|
||||
background-color: #9146ff;
|
||||
}
|
||||
.link-twitter {
|
||||
background-color: #1da1f2;
|
||||
}
|
||||
.link-youtube {
|
||||
background-color: #ff0000;
|
||||
}
|
||||
|
||||
@tailwind utilities;
|
||||
Reference in New Issue
Block a user