Skip to content
Snippets Groups Projects
Commit e8f42736 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files
parents 30a0e673 cc133679
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ body { ...@@ -54,6 +54,7 @@ body {
* LINKS * LINKS
*********************************************/ *********************************************/
.reveal a:not(.image) { .reveal a:not(.image) {
line-height: 1.3em;
color: #3b759e; color: #3b759e;
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
......
/** /**
* A simple theme for reveal.js presentations, similar * A simple theme for reveal.js presentations, similar
* to the default theme. The accent color is darkblue. * to the default theme. The accent color is brown.
* *
* This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed. * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
* reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se; so is the theme - beige.css - that this is based off of.
*/ */
...@@ -26,8 +25,11 @@ $linkColor: #51483D; ...@@ -26,8 +25,11 @@ $linkColor: #51483D;
$linkColorHover: lighten( $linkColor, 20% ); $linkColorHover: lighten( $linkColor, 20% );
$selectionBackgroundColor: #26351C; $selectionBackgroundColor: #26351C;
.reveal a:not(.image) {
line-height: 1.3em;
}
// Theme template ------------------------------ // Theme template ------------------------------
@import "../template/theme"; @import "../template/theme";
// --------------------------------------------- // ---------------------------------------------
\ No newline at end of file
...@@ -29,6 +29,11 @@ $linkColor: #3b759e; ...@@ -29,6 +29,11 @@ $linkColor: #3b759e;
$linkColorHover: lighten( $linkColor, 20% ); $linkColorHover: lighten( $linkColor, 20% );
$selectionBackgroundColor: #134674; $selectionBackgroundColor: #134674;
// Fix links so they are not cut off
.reveal a:not(.image) {
line-height: 1.3em;
}
// Background generator // Background generator
@mixin bodyBackground() { @mixin bodyBackground() {
@include radial-gradient( #add9e4, #f7fbfc ); @include radial-gradient( #add9e4, #f7fbfc );
...@@ -38,4 +43,4 @@ $selectionBackgroundColor: #134674; ...@@ -38,4 +43,4 @@ $selectionBackgroundColor: #134674;
// Theme template ------------------------------ // Theme template ------------------------------
@import "../template/theme"; @import "../template/theme";
// --------------------------------------------- // ---------------------------------------------
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment