rename socials card
This commit is contained in:
parent
4d45dba730
commit
c9a504cc68
2 changed files with 18 additions and 18 deletions
10
style.css
10
style.css
|
|
@ -365,7 +365,7 @@ nav > p {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.links > .fedi > .dot, .links > .messaging > .dot, .links > .platforms > .dot, .links > .misc > .dot {
|
||||
.socials > .fedi > .dot, .socials > .messaging > .dot, .socials > .platforms > .dot, .socials > .misc > .dot {
|
||||
color: var(--accent-1);
|
||||
text-shadow: 0px 0px 8px var(--accent-1);
|
||||
margin-top: 22px;
|
||||
|
|
@ -392,14 +392,14 @@ footer > .dot {
|
|||
color: var(--bg-t);
|
||||
}
|
||||
|
||||
.intro-box, .navbar, .about-me, .links, .fun-facts, .user-reviews, .buttons {
|
||||
.intro-box, .navbar, .about-me, .socials, .fun-facts, .user-reviews, .buttons {
|
||||
position: relative;
|
||||
display: flex;
|
||||
padding: 30px;
|
||||
background-color: var(--bg);
|
||||
}
|
||||
|
||||
.intro-text, .navbar, .about-me, .links, .fun-facts, .user-reviews, .buttons {
|
||||
.intro-text, .navbar, .about-me, .socials, .fun-facts, .user-reviews, .buttons {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
|
@ -948,7 +948,7 @@ footer > .dot {
|
|||
text-shadow: 0px 0px 14px var(--accent-1);
|
||||
}
|
||||
|
||||
.links > .fedi > .dot, .links > .messaging > .dot, .links > .platforms > .dot, .links > .misc > .dot {
|
||||
.socials > .fedi > .dot, .socials > .messaging > .dot, .socials > .platforms > .dot, .socials > .misc > .dot {
|
||||
color: var(--accent-1);
|
||||
text-shadow: 0px 0px 8px var(--accent-1);
|
||||
}
|
||||
|
|
@ -957,7 +957,7 @@ footer > .dot {
|
|||
color: var(--bg-t);
|
||||
}
|
||||
|
||||
.intro-box, .navbar, .about-me, .links, .fun-facts, .user-reviews, .buttons {
|
||||
.intro-box, .navbar, .about-me, .socials, .fun-facts, .user-reviews, .buttons {
|
||||
background-color: var(--bg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue