replace links-n-socials with links

This commit is contained in:
Ruben 2023-11-06 10:35:21 -06:00
commit 58afadb51b
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -29,9 +29,9 @@
</div>
<div class="pixel-corners">
<article id="links" class="links-n-socials">
<h1><span class="anchors"><a href="#links">~/links-n-socials</a></span></h1>
<small>(in order of most prefered to least prefered! <span class="dot"></span> some of these have extra info you can find by clicking their icons)</small>
<article id="links" class="links">
<h1><span class="anchors"><a href="#links">~/links</a></span></h1>
<small>(my socials, categorized by what type of servces they are <span class="dot"></span> in order of most prefered to least prefered! <span class="dot"></span> some of these have extra info you can find by clicking their icons)</small>
<main class="fedi">
<section class="firefish">

View file

@ -361,7 +361,7 @@ footer > a {
text-decoration: underline;
}
.links-n-socials > .fedi > .dot, .links-n-socials > .messaging > .dot, .links-n-socials > .platforms > .dot, .links-n-socials > .misc > .dot {
.links > .fedi > .dot, .links > .messaging > .dot, .links > .platforms > .dot, .links > .misc > .dot {
color: var(--accent-1);
text-shadow: 0px 0px 8px var(--accent-1);
margin-top: 22px;
@ -388,14 +388,14 @@ footer > .dot {
color: var(--bg-t);
}
.intro-box, .links-n-socials, .about-me, .fun-facts {
.intro-box, .links, .about-me, .fun-facts {
position: relative;
display: flex;
padding: 30px;
background-color: var(--bg);
}
.intro-text, .links-n-socials, .about-me, .fun-facts {
.intro-text, .links, .about-me, .fun-facts {
flex-direction: column;
}