diff options
Diffstat (limited to 'css/theme/simple.css')
-rw-r--r-- | css/theme/simple.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/theme/simple.css b/css/theme/simple.css index b8f31bc..b74d809 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -105,6 +105,9 @@ body { .reveal .controls div.navigate-down.enabled { border-top-color: darkblue; } +.reveal .controls .slide-number { + color: darkblue; +} .reveal .controls div.navigate-left.enabled:hover { border-right-color: #0000f1; } |