|
|
@@ -1,5 +1,21 @@
|
|
|
-.grw-presentation :global {
|
|
|
- .slides {
|
|
|
- text-align: unset;
|
|
|
+.grw-presentation {
|
|
|
+
|
|
|
+ // workaround from https://github.com/css-modules/css-modules/issues/295#issuecomment-952885628
|
|
|
+ &:global(.reveal-viewport) {
|
|
|
+ background-color: var(--bgcolor-global);
|
|
|
}
|
|
|
+
|
|
|
+ // workaround from https://github.com/css-modules/css-modules/issues/295#issuecomment-952885628
|
|
|
+ &:global(.reveal) :global {
|
|
|
+ .slides {
|
|
|
+ text-align: unset;
|
|
|
+ }
|
|
|
+ .controls {
|
|
|
+ color: var(--color-global);
|
|
|
+ }
|
|
|
+ .progress {
|
|
|
+ color: var(--accent);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|