/* Reveal 3.x — triangle borders */
.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled { border-right-color: #328536 !important; }

.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled { border-left-color: #328536 !important; }

.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled { border-bottom-color: #328536 !important; }

.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled { border-top-color: #328536 !important; }

.reveal .controls .navigate-left.enabled:hover { border-right-color: #7FFF7F !important; }
.reveal .controls .navigate-right.enabled:hover { border-left-color:  #7FFF7F !important; }
.reveal .controls .navigate-up.enabled:hover    { border-bottom-color:#7FFF7F !important; }
.reveal .controls .navigate-down.enabled:hover  { border-top-color:   #7FFF7F !important; }

/* Reveal 4.x — SVG icons inside buttons */
.reveal .controls button svg path { fill: #328536 !important; }
.reveal .controls button:hover svg path { fill: #7FFF7F !important; }

.reveal.overview .backgrounds {
  background-color: #1d2a20 !important;
}

.reveal.overview .slide-background {
  background-color: #1d2a20 !important;
}
