aboutsummaryrefslogtreecommitdiff
path: root/css/theme/black.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-03-21 09:03:27 +0100
committerGitHub <noreply@github.com>2019-03-21 09:03:27 +0100
commitb5fe0f812625ce1628ee24e69fff0eedca8e93fd (patch)
treef172935cf512c7f20182a9e6c0c9e9562e8c4190 /css/theme/black.css
parentb4c6c920337aee02e563828c40a546b82a2dc47b (diff)
parent01874c6e70f11b63c66bdace29411812932b88f9 (diff)
downloadfreenode-live-2017-presentation-b5fe0f812625ce1628ee24e69fff0eedca8e93fd.tar
freenode-live-2017-presentation-b5fe0f812625ce1628ee24e69fff0eedca8e93fd.tar.gz
Merge branch 'dev' into hash-problem
Diffstat (limited to 'css/theme/black.css')
-rw-r--r--css/theme/black.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/theme/black.css b/css/theme/black.css
index dec6385..7dd88c2 100644
--- a/css/theme/black.css
+++ b/css/theme/black.css
@@ -11,8 +11,8 @@ section.has-light-background, section.has-light-background h1, section.has-light
* GLOBAL STYLES
*********************************************/
body {
- background: #222;
- background-color: #222; }
+ background: #191919;
+ background-color: #191919; }
.reveal {
font-family: "Source Sans Pro", Helvetica, sans-serif;
@@ -149,7 +149,7 @@ body {
font-family: monospace;
line-height: 1.2em;
word-wrap: break-word;
- box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
+ box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }
.reveal code {
font-family: monospace;
@@ -270,4 +270,4 @@ body {
*********************************************/
@media print {
.backgrounds {
- background-color: #222; } }
+ background-color: #191919; } }