Skip to content

Instantly share code, notes, and snippets.

@frencojobs
Last active June 24, 2020 15:23
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 frencojobs/4f16a4dad182b80ad7bff55375b3cd3e to your computer and use it in GitHub Desktop.
Save frencojobs/4f16a4dad182b80ad7bff55375b3cd3e to your computer and use it in GitHub Desktop.
CSS for my scrapbook.
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");
a{
color: #ffffff !important;
}
body {
font-family: "Ubuntu Mono";
background: #1b6ca8;
}
body,
text.react-calendar-heatmap-month-label,
text.react-calendar-heatmap-weekday-label {
fill: #ffffff;
}
.header-title-name {
margin-bottom: 1rem;
color: #ffffff;
}
.post-header>.post-header-date{
color: #ffffff;
}
.badge {
background: #e84a5f;
color: #ffffff;
}
main.container {
display: flex;
flex-direction: column;
align-items: center;
min-width: 100%;
justify-content: center;
}
.header-link {
color: #ffffff;
}
article {
max-width: 100%;
margin: 0 23px;
}
.post-header {
background: #e84a5f;
padding: 0.5rem;
border-radius: 0.5rem;
}
section.post:hover {
transform: scale(1.01);
transition: all 0.3s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment