nixfox-reborn/sass/style.scss

43 lines
549 B
SCSS

// Setup stuff
* {
font-family: 'IBM Plex Mono', monospace;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
top: 0;
}
body {
color: #141414;
background-color: #DDE1E9;
}
a {
cursor: crosshair;
outline: 1px solid transparent;
margin: 0;
}
a:hover {
outline: 2px solid;
}
#main {
position: relative;
width:60%;
max-width:50em;
margin: auto;
top: 3em;
left: 6.5em;
background-color: #EFF1F5;
}
li {
list-style-type: none;
width: 100%;
}
.container {
padding: 20px;
}