projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10a442b
)
css/local.css: Highlight the active entry in the table of contents
author
W. Trevor King
<wking@tremily.us>
Mon, 27 May 2013 19:24:05 +0000
(15:24 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 27 May 2013 19:24:05 +0000
(15:24 -0400)
css/local.css
patch
|
blob
|
history
diff --git
a/css/local.css
b/css/local.css
index 66e6984978c4ced5574e8ddb5dbbd324fd4e6a7f..02763b0058ef7e2b9436c9f2ea911a37251fcbdb 100644
(file)
--- a/
css/local.css
+++ b/
css/local.css
@@
-2,3
+2,7
@@
table.center {
margin-left: auto;
margin-right: auto;
}
+
+.reveal a:not(.image).active {
+ color: #610000;
+}