Skip to content

Instantly share code, notes, and snippets.

@iamcpdev
Last active July 30, 2020 21:11
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 iamcpdev/1649ae4beb2ae5713e404cd02d641968 to your computer and use it in GitHub Desktop.
Save iamcpdev/1649ae4beb2ae5713e404cd02d641968 to your computer and use it in GitHub Desktop.
:root {
--colors-one: #FBEE1F;
--colors-two: #DEDEDE;
--colors-three: #424042;
--colors-four: #424042;
}
body {
background-image: url('https://i.imgur.com/fV6IaZL.jpg');
}
react-calendar-heatmap-weekday-label {
color: #FBEE1F
}
.nav-link-home::before {
content: "Chaleb's ";
}
.nav-link {
margin-left: 16px;
color: #FBEE1F
text-decoration: none;
transition: 0.125s color ease-in-out;
}
.nav-link:hover,
.nav-link:focus {
color: var(--colors-black);
}
.nav-link-home {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.03em;
margin-right: auto;
font-size: 20px;
-webkit-text-fill-color: #C20008;
}
.nav-link-about {
margin-left: auto;
color:#C20008;
}
.nav-link-github {
line-height: 0;
color:#C20008;
}
/*
.header-back {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 4px 8px;
margin-left: -12px;
color: var(--colors-muted);
border-radius: 999px;
text-decoration: none;
transition: box-shadow 0.125s ease-in-out;
}
.header-back:focus,
.header-back:hover {
box-shadow: 0 0 0 2px;
outline: none;
}
.header-back svg {
margin-right: 8px;
}
*/
.post {
padding: 16px;
background: #424042 !important;
position: relative;
width: 100%;
display: flex;
flex-direction: column;
}
.css-link {
flex: 1 1 auto;
word-wrap: break-word;
word-break: break-all;
color: #FBEE1F;
font-size: 14px;
font-family: var(--fonts-mono);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment