Skip to content

Instantly share code, notes, and snippets.

@taylorylee
Last active June 30, 2020 07:09
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 taylorylee/48ba96cfe89eda06b6347863fb234569 to your computer and use it in GitHub Desktop.
Save taylorylee/48ba96cfe89eda06b6347863fb234569 to your computer and use it in GitHub Desktop.
Summer of Making Hack Club 2020
@import url(//db.onlinewebfonts.com/c/860c3ec7bbc5da3e97233ccecafe512e?family=Circular+Std+Book);
@font-face {font-family: "Circular Std Book"; src: url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.eot"); src: url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.woff") format("woff"), url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.svg#Circular Std Book") format("svg"); }
:root {
--colors-orange: #F78154;
--colors-blue:#235789;
--colors-black: #1d201d;
--colors-white: #ffffff;
}
.badge {
background:#F78154;
color: #ffffff;
}
body {
font-family:"Circular Std Book"
}
.post {
box-shadow: 27 px;
background:#235789;
color: #ffffff;
}
.post-header {
background:#F78154;
text-decoration-color: #235789;
text-decoration-line: underline;
text-decoration-style: wavy;
padding: 0.7rem;
border-radius: 0.7rem;
align-items:center;
}
.header-title-name {
margin-bottom: 1rem;
color: #235789;
text-decoration-line: underline;
text-decoration-style: wavy;
}
.header-link {
color: #F78154;
}
.nav-link {
color: #F78154;
}
section.post:hover {
transform: scale(1.01);
transition: all 0.3s;
}
.react-calendar-heatmap text {
fill: #235789;
font-weight: bold;
}
/* Summer of Making Hack Club 2020 Taylor Lee */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment