Skip to content

Commit

Permalink
Shadow.
Browse files Browse the repository at this point in the history
  • Loading branch information
economon committed Jul 10, 2018
1 parent e640306 commit 13bd78d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions _sass/bootswatch/yeti/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,7 @@ $jumbotron-bg: #fafafa !default;
$jumbotron-heading-color: inherit !default;
$jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
$jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
//$jumbotron-text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
$jumbotron-text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
$jumbotron-text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

//== Form states and alerts
//
Expand Down
4 changes: 2 additions & 2 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ body {
color: #fff;
h1 {
color: white;
text-shadow: 2px 2px 6px #000000;
text-shadow: 6px 6px 0px rgba(0,0,0,0.2); //2px 2px 6px #000000;
}

h2 {
color: white;
text-shadow: 2px 2px 6px #000000;
text-shadow: 6px 6px 0px rgba(0,0,0,0.2); //2px 2px 6px #000000;
}
// background-attachment: fixed;
background-size: cover;
Expand Down

0 comments on commit 13bd78d

Please sign in to comment.