aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-03-02 12:27:15 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-03-02 12:27:15 +0100
commitecc8c7858457450452b5f3bc59b80b3f131d36bc (patch)
tree51a918e0580d9cfdbcb0fa57ce929a87a83ad61e /css/theme/source
parent364a3f9845a41f72c399ca1b602a4f96281965af (diff)
downloadfosdem-2018-presentation-ecc8c7858457450452b5f3bc59b80b3f131d36bc.tar
fosdem-2018-presentation-ecc8c7858457450452b5f3bc59b80b3f131d36bc.tar.gz
tweaks to blood theme
Diffstat (limited to 'css/theme/source')
-rw-r--r--css/theme/source/blood.scss18
1 files changed, 3 insertions, 15 deletions
diff --git a/css/theme/source/blood.scss b/css/theme/source/blood.scss
index f2e3a09..d22b53d 100644
--- a/css/theme/source/blood.scss
+++ b/css/theme/source/blood.scss
@@ -24,6 +24,8 @@ $blood: #a23;
$coal: #222;
$codeBackground: #23241f;
+$backgroundColor: $coal;
+
// Main text
$mainFont: Ubuntu, 'sans-serif';
$mainFontSize: 36px;
@@ -45,10 +47,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 +59,7 @@ $selectionColor: #fff;
text-shadow: 1px 1px $coal;
}
-.reveal h1,
+.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
@@ -70,16 +68,6 @@ $selectionColor: #fff;
font-weight: 700;
}
-.reveal a,
-.reveal a:hover {
- text-shadow: 2px 2px 2px #000;
-}
-
-.reveal small a,
-.reveal small a:hover {
- text-shadow: 1px 1px 1px #000;
-}
-
.reveal p code {
background-color: $codeBackground;
display: inline-block;