mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-30 01:39:59 +02:00
all themes now have contrasting text colors based on slide bg
This commit is contained in:
@@ -37,11 +37,8 @@ $heading2Size: 1.6em;
|
||||
$heading3Size: 1.3em;
|
||||
$heading4Size: 1.0em;
|
||||
|
||||
section.has-light-background {
|
||||
&, h1, h2, h3, h4, h5, h6 {
|
||||
color: #222;
|
||||
}
|
||||
}
|
||||
// Change text colors against light slide backgrounds
|
||||
@include light-bg-text-color(#222);
|
||||
|
||||
|
||||
// Theme template ------------------------------
|
||||
|
Reference in New Issue
Block a user