Darkening backgrounds on revealjs theme
This commit is contained in:
+7
-7
@@ -74,7 +74,7 @@ body {
|
||||
* OTHER
|
||||
*********************************************/
|
||||
.reveal p {
|
||||
background-color: rgba(0,0,0,0.4); /* ntnsndr addition */
|
||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||
margin: 20px 0;
|
||||
line-height: 1.3; }
|
||||
|
||||
@@ -100,11 +100,11 @@ body {
|
||||
margin: 0 0 0 1em; }
|
||||
|
||||
.reveal ol {
|
||||
background-color: rgba(0,0,0,0.4); /* ntnsndr addition */
|
||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||
list-style-type: decimal; }
|
||||
|
||||
.reveal ul {
|
||||
background-color: rgba(0,0,0,0.4); /* ntnsndr addition */
|
||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||
list-style-type: disc; }
|
||||
|
||||
.reveal ul ul {
|
||||
@@ -131,7 +131,7 @@ body {
|
||||
quotes: none; }
|
||||
|
||||
.reveal blockquote {
|
||||
background-color: rgba(0,0,0,0.4); /* ntnsndr addition */
|
||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 70%;
|
||||
@@ -149,7 +149,7 @@ body {
|
||||
font-style: italic; }
|
||||
|
||||
.reveal pre {
|
||||
background-color: rgba(0,0,0,0.4); /* ntnsndr addition */
|
||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
@@ -162,7 +162,7 @@ body {
|
||||
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
|
||||
|
||||
.reveal code {
|
||||
background-color: rgba(0,0,0,0.4); /* ntnsndr addition */
|
||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||
font-family: monospace; }
|
||||
|
||||
.reveal pre code {
|
||||
@@ -205,7 +205,7 @@ body {
|
||||
vertical-align: sub; }
|
||||
|
||||
.reveal small {
|
||||
background-color: rgba(0,0,0,0.4); /* ntnsndr addition */
|
||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||
display: inline-block;
|
||||
font-size: 0.6em;
|
||||
line-height: 1.2em;
|
||||
|
||||
Reference in New Issue
Block a user