1
0
mirror of https://github.com/stisla/stisla.git synced 2025-09-01 04:11:52 +02:00

Merge pull request #35 from jenkijo/enhancement

Better contrast
This commit is contained in:
Muhamad Nauval Azhar
2019-03-12 16:01:55 +07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -1759,7 +1759,7 @@ h6 .badge {
font-size: 13px; }
.dropdown-menu {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
box-shadow: 0 10px 40px 0 rgba(51, 73, 94, 0.15);
border: none;
width: 200px; }
.dropdown-menu.show {
@@ -1940,7 +1940,7 @@ a.dropdown-item {
--dark: color(dark); }
body {
background-color: #fafdfb;
background-color: #f4f6f9;
font-size: 14px;
font-weight: 400;
font-family: "Nunito", "Segoe UI", arial;

View File

@@ -10,7 +10,7 @@ $colors: (
whitesmoke: #f7f9f9,
dark: #191d21,
muted: #98a6ad,
body: #fafdfb,
body: #f4f6f9,
font: #6c757d,
fontdark: #34395e,
white: #ffffff,

View File

@@ -4,7 +4,7 @@
}
.dropdown-menu {
@include shadow(0 0 30px);
@include shadow(0 10px 40px 0, rgba(51, 73, 94, 0.15));
border: none;
width: 200px;
&.show {