Skip to content

Instantly share code, notes, and snippets.

@elizabethqiu
Last active July 14, 2020 22:35
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 elizabethqiu/4a08f62cdc611215b4a4c40fb4018537 to your computer and use it in GitHub Desktop.
Save elizabethqiu/4a08f62cdc611215b4a4c40fb4018537 to your computer and use it in GitHub Desktop.
body {
font-family: "Cabin", !important;
background-color: #008080 !important;
}
.posts {
border-radius: 0 !important;
}
.post {
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff !important;
background: silver !important;
}
.post-text {
color: #222 !important;
}
.nav-link {
color: white !important;
};
.post-header {
background:linear-gradient(90deg,navy,#1084d0);padding:3px 2px 3px 3px;display:flex;justify-content:space-between;
align-items:center
}
.header-link {
color: white !important;
}
.react-calendar-heatmap text {
fill: white !important;
}
.header-chart::before {
content: "";
display: block;
width: 300px;
height: 100px;
background-image: url('https://scrapbook-view-counter.vercel.app/api/image');
margin-bottom: 30px;
}
/*! Used code of Github repo jdan/98.css and cjdenio */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment