Skip to content

Instantly share code, notes, and snippets.

@qmogh
Last active July 28, 2020 20:40
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 qmogh/c17932fb21935b3cc54439bbac404d4f to your computer and use it in GitHub Desktop.
Save qmogh/c17932fb21935b3cc54439bbac404d4f to your computer and use it in GitHub Desktop.
:root {
--colors-one: #f7d998;
--colors-two: #ff5a5f;
--colors-three: #44a340;
--colors-four: #1e6823;
}
body {
background-image: url('https://wallpaperaccess.com/full/1404.jpg');
}
.nav-link-home::before {
content: "Amogh's ";
}
.nav-link {
margin-left: 16px;
color: #fd5b11
text-decoration: none;
transition: 0.125s color ease-in-out;
}
.nav-link:hover,
.nav-link:focus {
color: var(--colors-pink);
}
.nav-link-home {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.03em;
margin-right: auto;
font-size: 20px;
-webkit-text-fill-color: #fd5b11;
}
.nav-link-about {
margin-left: auto;
color:#fd5b11;
}
.nav-link-github {
line-height: 0;
color:#fd5b11;
}
/*
.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: #567c57 !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: lightblue;
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