diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-18 17:29:51 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-18 17:29:51 +0100 |
commit | c3f9aabe04660af9aad07ec47f559d52d215b742 (patch) | |
tree | 2250dab29ddb7bec9978a2f7f364353139bbb078 /index.html | |
parent | 96b26514e6d397aba6b39589d510548ddb281fb8 (diff) | |
download | perl-software-in-gnu-guix-c3f9aabe04660af9aad07ec47f559d52d215b742.tar perl-software-in-gnu-guix-c3f9aabe04660af9aad07ec47f559d52d215b742.tar.gz |
add white theme, reverse of default theme #1018
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -164,12 +164,13 @@ <p> reveal.js comes with a few themes built in: <br> <a href="?#/themes">Black (default)</a> - + <a href="?theme=white#/themes">White</a> - <a href="?theme=league#/themes">League</a> - <a href="?theme=sky#/themes">Sky</a> - <a href="?theme=beige#/themes">Beige</a> - - <a href="?theme=simple#/themes">Simple</a> - + <a href="?theme=simple#/themes">Simple</a> <br> <a href="?theme=serif#/themes">Serif</a> - - <a href="?theme=night#/themes">Night</a> <br> + <a href="?theme=night#/themes">Night</a> - <a href="?theme=moon#/themes">Moon</a> - <a href="?theme=solarized#/themes">Solarized</a> </p> |