voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
32b96788e6fb5321e4664041c7bb049057cd48e0
parent
08da443daf74a86b31c22857ccc65d38d521db3f
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-09-11 10:30
highlight targeted node

Diffstat

M static/scss/tree.scss 5 +++++

1 files changed, 5 insertions, 0 deletions


diff --git a/static/scss/tree.scss b/static/scss/tree.scss

@@ -11,6 +11,11 @@
   11    11 .node {
   12    12 	margin: $spacer 0;
   13    13 
   -1    14 	&:target > .body {
   -1    15 		outline: 5px auto $color-link;
   -1    16 		outline-offset: -2px;
   -1    17 	}
   -1    18 
   14    19 	.body {
   15    20 		background: $color-bg;
   16    21 	}