mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Inline speaker notes color contrast adjusted.
This commit is contained in:
parent
50fb6d8864
commit
2618a6e7d5
|
@ -8,11 +8,6 @@
|
|||
font-size:1.3em;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* GitPitch Reveal Core Styling Overrides */
|
||||
.reveal .speaker-notes {
|
||||
background-color: #2a76dd;
|
||||
opacity : 0.9;
|
||||
}
|
||||
.reveal .controls {
|
||||
bottom: 20px;
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
.reveal .speaker-notes {
|
||||
background-color: #2a76dd;
|
||||
opacity : 0.9;
|
||||
background-color: black;
|
||||
opacity : 0.8;
|
||||
}
|
||||
.reveal .controls {
|
||||
bottom: 20px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user