get rid of unnecessary bloat
This commit is contained in:
parent
5ba32cfe27
commit
af0609e771
1 changed files with 3 additions and 10 deletions
|
@ -1,6 +1,4 @@
|
||||||
$color-primary: #e1327b;
|
$color-primary: #e1327b;
|
||||||
$color-secondary: #edcd1a;
|
|
||||||
$color-accent: #32eaed;
|
|
||||||
$color-bg: #12042d;
|
$color-bg: #12042d;
|
||||||
$content-width: 800px;
|
$content-width: 800px;
|
||||||
|
|
||||||
|
@ -10,17 +8,12 @@ $content-width: 800px;
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
background-color: $color-bg;
|
background-color: $color-bg;
|
||||||
|
color: rgba(255, 255, 255, 0.8);
|
||||||
|
font-family: sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: $color-bg;
|
|
||||||
font-family: sans-serif;
|
|
||||||
color: rgba(255, 255, 255, 0.8);
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
border-top: thin solid $color-primary;
|
border-top: thin solid $color-primary;
|
||||||
|
@ -96,6 +89,7 @@ pre {
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
border-bottom: thin solid $color-primary;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -137,7 +131,6 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
border-bottom: thin solid $color-primary;
|
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue