Skip to content

Instantly share code, notes, and snippets.

@matt1208
Last active March 28, 2021 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt1208/e0d09ecf213a1c0cc29a19b67f4f26bc to your computer and use it in GitHub Desktop.
Save matt1208/e0d09ecf213a1c0cc29a19b67f4f26bc to your computer and use it in GitHub Desktop.
body {
background-color: #0A100D;
}
.header-title-name {
color: #3DA5D9;
font-size: 40px;
}
.badge {
background-color: #EA7317;
box-shadow: 0px 0px 30px #ea7317;
}
.post-header-date:first-child {
margin-left: 0;
font-size: 20px;
font-weight: 700;
color: #FEC601;
}
.header-title-avatar {
border-radius: 64px;
margin-right: 16px;
}
.css-icon {
margin-left: -4px;
margin-right: 8px;
fill: #3DA5D9;
}
.posts {
grid-gap: 2px;
}
.react-calendar-heatmap .color-1 {
fill: #3DA5D9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment