replace links-n-socials with links
This commit is contained in:
parent
8220bc0cd1
commit
58afadb51b
2 changed files with 6 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue