Skip to content

Commit

Permalink
Remove text decoration from social links
Browse files Browse the repository at this point in the history
  • Loading branch information
dcchambers committed Nov 21, 2024
1 parent cf33667 commit 5a4a917
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
.lobster-regular {
font-family: "Lobster", system-ui;
font-weight: 400;
font-style: normal;
font-family: "Lobster", system-ui;
font-weight: 400;
font-style: normal;
}

.title {
font-size: 0px;
font-size: 0px;
}

#oli {
font-size: 160px;
color: #999999;
font-size: 160px;
color: #999999;
}

#ma {
font-size: 160px;
color: #b7b7b7;
font-size: 160px;
color: #b7b7b7;
}

#main-content {
color: #999999;
font-size: 1.5em;
color: #999999;
font-size: 1.5em;
}

#socials {
color: #999999;
font-size: 1.5em;
letter-spacing: 0.2em;
color: #999999;
font-size: 1.5em;
letter-spacing: 0.2em;
}

body {
background-color: #fdf6e3;
width: 100%;
min-width: 350px;
background-color: #fdf6e3;
width: 100%;
min-width: 350px;
}

a {
color: #999999;
color: #999999;
text-decoration: none;
}

0 comments on commit 5a4a917

Please sign in to comment.