Changed the bg color.
This commit is contained in:
@@ -7,7 +7,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #263238;
|
background: #212121;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
@@ -20,7 +20,7 @@ body {
|
|||||||
.main #search-bar input {
|
.main #search-bar input {
|
||||||
height: inherit;
|
height: inherit;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #304047;
|
background: #2e2e2e;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: none;
|
border: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -39,7 +39,7 @@ body {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 20px 5px 0 5px;
|
margin: 20px 5px 0 5px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
background: #304047;
|
background: #2e2e2e;
|
||||||
padding: 20px 15px;
|
padding: 20px 15px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -63,4 +63,4 @@ body {
|
|||||||
.main #other-content .social h4, .main #other-content .social a:hover {
|
.main #other-content .social h4, .main #other-content .social a:hover {
|
||||||
color: #FFF176; }
|
color: #FFF176; }
|
||||||
.main #other-content .others h4, .main #other-content .others a:hover {
|
.main #other-content .others h4, .main #other-content .others a:hover {
|
||||||
color: #A1887F; }
|
color: #81C784; }
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
$background: #263238;
|
$background: #212121;
|
||||||
$foreground: #fff;
|
$foreground: #fff;
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||||
$media: #4DD0E1;
|
$media: #4DD0E1;
|
||||||
$work: #F06292;
|
$work: #F06292;
|
||||||
$social: #FFF176;
|
$social: #FFF176;
|
||||||
$others: #A1887F;
|
$others: #81C784;
|
||||||
|
|
||||||
.roboto {
|
.roboto {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user