diff options
author | Asvin Goel | 2016-07-21 12:09:08 +0200 |
---|---|---|
committer | GitHub | 2016-07-21 12:09:08 +0200 |
commit | c1d94f1b60ccbd6e827eb26bd6429571e09ad418 (patch) | |
tree | 97d4939839a87f0688a59755871bdc2368b5856f /css/theme/source/blood.scss | |
parent | b7fcd71c9f9f3415902b2879f704ec5c4cfc4d41 (diff) | |
parent | 304b0292be05d387947481eee7060f67ab808b5b (diff) |
Merge pull request #12 from hakimel/dev
Syncing to current version
Diffstat (limited to 'css/theme/source/blood.scss')
-rw-r--r-- | css/theme/source/blood.scss | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/css/theme/source/blood.scss b/css/theme/source/blood.scss index a9925a1..4533fc0 100644 --- a/css/theme/source/blood.scss +++ b/css/theme/source/blood.scss @@ -24,9 +24,10 @@ $blood: #a23; $coal: #222; $codeBackground: #23241f; +$backgroundColor: $coal; + // Main text $mainFont: Ubuntu, 'sans-serif'; -$mainFontSize: 36px; $mainColor: #eee; // Headings @@ -45,10 +46,6 @@ $linkColorHover: lighten( $linkColor, 20% ); $selectionBackgroundColor: $blood; $selectionColor: #fff; -// Background generator -@mixin bodyBackground() { - @include radial-gradient( $coal, lighten( $coal, 25% ) ); -} // Theme template ------------------------------ @import "../template/theme"; @@ -61,7 +58,7 @@ $selectionColor: #fff; text-shadow: 1px 1px $coal; } -.reveal h1, +.reveal h1, .reveal h2, .reveal h3, .reveal h4, @@ -70,16 +67,6 @@ $selectionColor: #fff; font-weight: 700; } -.reveal a:not(.image), -.reveal a:not(.image):hover { - text-shadow: 2px 2px 2px #000; -} - -.reveal small a:not(.image), -.reveal small a:not(.image):hover { - text-shadow: 1px 1px 1px #000; -} - .reveal p code { background-color: $codeBackground; display: inline-block; |