Path: blob/main/package/src/common/patches/revealjs-theme-0002-input-panel-bg.patch
6460 views
diff --git a/src/resources/formats/revealjs/themes/blood.scss b/src/resources/formats/revealjs/themes/blood.scss1index fe4addaf4..28f7b9455 1006442--- a/src/resources/formats/revealjs/themes/blood.scss3+++ b/src/resources/formats/revealjs/themes/blood.scss4@@ -50,6 +50,9 @@ $link-color: $blood !default;5$selection-bg: $link-color !default;6$selection-color: #fff !default;78+// input panel9+$input-panel-bg: rgba(233, 236, 239, 0.2) !default;10+11/*-- scss:rules --*/1213.reveal p {14diff --git a/src/resources/formats/revealjs/themes/league.scss b/src/resources/formats/revealjs/themes/league.scss15index 476b6c7da..3005e6c1e 10064416--- a/src/resources/formats/revealjs/themes/league.scss17+++ b/src/resources/formats/revealjs/themes/league.scss18@@ -36,6 +36,9 @@ $presentation-heading-text-transform: uppercase !default;19// Change text colors against light slide backgrounds20$light-bg-text-color: #222 !default;2122+// input panel23+$input-panel-bg: rgba(233, 236, 239, 0.2) !default;24+25/*-- scss:mixins --*/2627// Background generator28diff --git a/src/resources/formats/revealjs/themes/moon.scss b/src/resources/formats/revealjs/themes/moon.scss29index 0e0cc8ccb..21ca22fab 10064430--- a/src/resources/formats/revealjs/themes/moon.scss31+++ b/src/resources/formats/revealjs/themes/moon.scss32@@ -50,3 +50,6 @@ $presentation-heading-font: "League Gothic", sans-serif !default; // from settin3334// Change text colors against light slide backgrounds35$light-bg-text-color: #222 !default;36+37+// input panel38+$input-panel-bg: rgba(233, 236, 239, 0.2) !default;39diff --git a/src/resources/formats/revealjs/themes/night.scss b/src/resources/formats/revealjs/themes/night.scss40index 34703523a..9d84bbf86 10064441--- a/src/resources/formats/revealjs/themes/night.scss42+++ b/src/resources/formats/revealjs/themes/night.scss43@@ -27,3 +27,6 @@ $selection-bg: #e7ad52 !default;4445// Change text colors against light slide backgrounds46$light-bg-text-color: #222 !default;47+48+// input panel49+$input-panel-bg: rgba(233, 236, 239, 0.2) !default;505152