From 9342d19b5adcd3eea1f2f16ba74ec2f83928efc5 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 12 Jun 2017 10:22:47 +0200 Subject: fix centering of edge-aligned controls --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/reveal.js b/js/reveal.js index ae0ec35..186a999 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -4965,7 +4965,7 @@ this.context.beginPath(); this.context.arc( x, y, radius, 0, Math.PI * 2, false ); this.context.lineWidth = this.thickness; - this.context.strokeStyle = '#666'; + this.context.strokeStyle = 'rgba( 255, 255, 255, 0.2 )'; this.context.stroke(); if( this.playing ) { -- cgit v1.2.3