~/links-n-socials
(in order of most prefered to least prefered! ● some of these have extra info you can find by clicking their icons) @@ -41,7 +41,7 @@@sneexy@lea.pet
- ● + ●Sneexy#3963@revolt.chat
@sneexy:tchncs.de
Sneexy@listenbrainz.org
Sneexy@git.gay
@Sneexy@retrospring.net
@sneexy@archive.org
diff --git a/style.css b/style.css
index 64f5e19..4d59bd3 100644
--- a/style.css
+++ b/style.css
@@ -295,6 +295,17 @@ a {
font-size: 20px;
}
+footer {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ margin-bottom: 2rem;
+}
+
+footer > a, footer > p {
+ color: var(--header);
+ font-size: 16px;
+}
/* -- end of usual css things -- */
/* -- styling the rest of the elements/custom stuff -- */
@@ -315,8 +326,9 @@ a {
margin: -2px;
}
-.navnt {
+.nav, .nav > a {
color: var(--header-2);
+ font-size: 16px;
text-shadow: 0px 0px 8px var(--header-2);
}
@@ -332,7 +344,7 @@ a {
font-size: 16px;
}
-.dot2 {
+.links-n-socials > .fedi > .dot, .links-n-socials > .messaging > .dot, .links-n-socials > .platforms > .dot, .links-n-socials > .misc > .dot {
color: var(--accent-1);
text-shadow: 0px 0px 8px var(--accent-1);
margin-top: 22px;
@@ -340,6 +352,13 @@ a {
margin-right: 14px;
}
+footer > .dot {
+ font-size: 16px;
+ margin-top: 20px;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
.separator {
display: flex;
margin-left: auto;
@@ -378,14 +397,14 @@ a {
}
/* -- below is all the css used only for the social cards, and its probably Very Bad so get a puke bag or something read -- */
-.fedi, .firefish, .firefish-icon, .akkoma, .akkoma-icon, .messaging, .revolt, .revolt-icon, .matrix, .matrix-icon, .xmpp, .xmpp-icon, .platforms, .listenbrainz, .listenbrainz-icon, .gitgay, .gitgay-icon, .github, .github-icon, .misc, .retrospring, .retrospring-icon, .archiveorg, .archive-icon, .dotfiles, .idle, .shitposts, .amoguscloud, .warning {
+.fedi, .firefish, .firefish-icon, .akkoma, .akkoma-icon, .messaging, .revolt, .revolt-icon, .matrix, .matrix-icon, .xmpp, .xmpp-icon, .platforms, .listenbrainz, .listenbrainz-icon, .gitgay, .gitgay-icon, .github, .github-icon, .misc, .retrospring, .retrospring-icon, .archiveorg, .archive-icon, .shitposts, .amoguscloud, .warning {
display: flex;
flex-direction: row;
margin-left: auto;
margin-right: auto;
}
-.firefish-icon, .akkoma-icon, .revolt-icon, .matrix-icon, .xmpp-icon, .listenbrainz-icon, .gitgay-icon, .github-icon, .retrospring-icon, .archive-icon, .idle, .amoguscloud {
+.firefish-icon, .akkoma-icon, .revolt-icon, .matrix-icon, .xmpp-icon, .listenbrainz-icon, .gitgay-icon, .github-icon, .retrospring-icon, .archive-icon, .amoguscloud {
margin-top: 20px;
margin-right: 8px;
width: 30px;