files/reveal.js/css/theme/black.css in reveal-ck-3.9.2 vs files/reveal.js/css/theme/black.css in reveal-ck-4.0.0
- old
+ new
@@ -9,12 +9,12 @@
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
- background: #222;
- background-color: #222; }
+ background: #191919;
+ background-color: #191919; }
.reveal {
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 42px;
font-weight: normal;
@@ -147,11 +147,11 @@
text-align: left;
font-size: 0.55em;
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;
text-transform: none; }
@@ -268,6 +268,6 @@
/*********************************************
* PRINT BACKGROUND
*********************************************/
@media print {
.backgrounds {
- background-color: #222; } }
+ background-color: #191919; } }