diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-11-17 17:05:23 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-11-17 17:05:23 -0500 |
commit | bdb46060b362af6ff657ed9db13d829ca9419860 (patch) | |
tree | 61fd5b6d3ecd21f19e7f83e5b01d5cf82f35d184 /css/theme/solarized.css | |
parent | c4d7b1b93fb06d152fe44d4a5ae42bfa0257e4ea (diff) | |
parent | f1dd807f662da68ef240f0746794077072d49036 (diff) | |
download | fosdem-2018-presentation-bdb46060b362af6ff657ed9db13d829ca9419860.tar fosdem-2018-presentation-bdb46060b362af6ff657ed9db13d829ca9419860.tar.gz |
merge slide numbers, adjust code format
Diffstat (limited to 'css/theme/solarized.css')
-rw-r--r-- | css/theme/solarized.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/theme/solarized.css b/css/theme/solarized.css index 4eeed62..092c5d0 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -128,6 +128,13 @@ body { border-top-color: #78b9e6; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #268bd2; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |