This repository has been archived on 2021-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
craft/main.css

81 lines
2.0 KiB
CSS

body {
background: #171722;
color: #eff4f9;
font-family: 'Manrope', sans-serif;
max-width: 800px;
margin: auto;
padding: 18px;
}
h1.title {
font-weight: 400;
font-size: 1.5em;
display: flex;
}
h1.title b {
text-shadow: 0px 1px 8px rgba(239,244,249,0.5);
}
.title * {
margin-right: 4px;
}
.icon {
width: 24px;
}
a, a:focus {
color: #eff4f9;
}
.col {
display: flex;
width: 100%;
}
.col * {
width: 100%;
}
img {
border: dashed 2px #34344b;
margin: 12px;
}
@media screen and (max-width: 600px) {
.two-col {
flex-direction: column;
}
}
/* manrope-regular - latin */
@font-face {
font-family: 'Manrope';
font-style: normal;
font-weight: 400;
src: url('/fonts/manrope-v4-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/manrope-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/manrope-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/manrope-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/manrope-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/manrope-v4-latin-regular.svg#Manrope') format('svg'); /* Legacy iOS */
}
/* manrope-700 - latin */
@font-face {
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
src: url('/fonts/manrope-v4-latin-700.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/manrope-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/manrope-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/manrope-v4-latin-700.woff') format('woff'), /* Modern Browsers */
url('/fonts/manrope-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/manrope-v4-latin-700.svg#Manrope') format('svg'); /* Legacy iOS */
}