Refactor. API explanations. UX revamp.

This commit is contained in:
Simon Lindh
2020-02-17 20:39:20 +07:00
committed by wiz
parent acd658a0e7
commit 34645908e9
40 changed files with 474 additions and 210 deletions

View File

@@ -4,11 +4,11 @@ $body-bg: #1d1f31;
$body-color: #fff;
$gray-800: #1d1f31;
$gray-700: #fff;
$gray-200: #10131f;
$nav-tabs-link-active-bg: #24273e;
$nav-tabs-link-active-bg: #11131f;
$primary: #2b89c7;
$secondary: #2d3348;
$link-color: #1bd8f4;
$link-decoration: none !default;
@@ -20,12 +20,17 @@ $link-hover-decoration: underline !default;
html, body {
height: 100%;
overflow-x: hidden;
}
body {
background-color: #11131f;
}
.container {
position: relative;
}
:focus {
outline: none !important;
}