Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sass/components/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
/* Styles */
// background: #fff;
background: rgba(255, 255, 255, 0.4);
background: rgba(255, 255, 255, 0.75);
// border: 1px solid rgba(0,0,0,0.15);
box-shadow: 0 1px 1px rgba(50,50,50,0.1);
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion _sass/layout/documentation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
text-transform: uppercase;
font-weight: $font-black;
font-size: 20px;
color: darken(#53b6d3, 15%);
color: #0F313B;
}

h1 {
Expand Down
6 changes: 3 additions & 3 deletions _sass/utils/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
//------------------------------------------------
$brand-primary: #DC322F;
$brand-secondary: #859900;
$brand-tertiary: #5CC6E4;
$brand-tertiary: #0080A3;
//-------------------------------------------------
$gray-darker: #002B36;
$gray-dark: #073642;
$gray: #15414C;
$gray: #133942;
$gray-li: #244E58;
$gray-light: #E5EAEA;
$gray-lighter: #F0F3F3;
Expand Down Expand Up @@ -53,7 +53,7 @@ $font-black: 900;

// Link Colors
//------------------------------------------------
$base-link-color: darken($brand-tertiary, 15%);
$base-link-color: $brand-tertiary;
$hover-link-color: $brand-primary;

// Border
Expand Down