summaryrefslogtreecommitdiffhomepage
path: root/css/theme/black.css
diff options
context:
space:
mode:
authorHakim El Hattab2014-09-28 12:14:48 +0200
committerHakim El Hattab2014-09-28 12:14:48 +0200
commitbd176411ef7fa4b584af5deef538ab8f63f43746 (patch)
tree504120ad8d01bfce756ae8f7c5076dd7331d992a /css/theme/black.css
parent9ef0060024a428e2bbfa237f2632e2defe4a5ec3 (diff)
style tweaks for all themes; larger line heights, no default adjustmetn to letter-spacing
Diffstat (limited to 'css/theme/black.css')
-rw-r--r--css/theme/black.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/css/theme/black.css b/css/theme/black.css
index 734100a..cbc4d27 100644
--- a/css/theme/black.css
+++ b/css/theme/black.css
@@ -3,7 +3,7 @@
*
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
*/
-@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
+@import url(https://fonts.googleapis.com/css?family=Montserrat:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
/*********************************************
* GLOBAL STYLES
@@ -14,9 +14,9 @@ body {
.reveal {
font-family: "Open Sans", Helvetica, sans-serif;
- font-size: 32px;
+ font-size: 34px;
font-weight: normal;
- color: #eeeeee; }
+ color: white; }
::selection {
color: white;
@@ -38,28 +38,28 @@ body {
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
- color: #eeeeee;
+ color: white;
font-family: "Montserrat", Helvetica, sans-serif;
- line-height: 1em;
+ line-height: 1.2;
letter-spacing: normal;
- text-transform: none;
+ text-transform: uppercase;
text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
- font-size: 3.77em; }
+ font-size: 2.8em; }
.reveal h2 {
- font-size: 2.11em; }
+ font-size: 1.8em; }
.reveal h3 {
- font-size: 1.55em; }
+ font-size: 1.5em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 {
- text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
+ text-shadow: none; }
/*********************************************
* OTHER
@@ -216,7 +216,7 @@ body {
.reveal section img {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
- border: 4px solid #eeeeee;
+ border: 4px solid white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.reveal a img {