Skip to content

Commit

Permalink
update default stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskthomas authored Jun 24, 2024
1 parent d6bf596 commit 1fdb2ed
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/default.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
:root {
--bgColor: #1c1c1c;
--accentColor: #e6e6e6;
--font: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial,
sans-serif;
--font: system-ui, sans-serif;
}

#userName,
.link,
#links,
p {
display: block;
font-family: var(--font);
Expand Down Expand Up @@ -47,11 +45,15 @@ p {
#links {
max-width: 675px;
width: auto;
display: block;
margin: 27px auto;
}

.link {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 0.5rem;
background-color: var(--accentColor);
color: var(--bgColor);
margin-bottom: 20px;
Expand Down

0 comments on commit 1fdb2ed

Please sign in to comment.