Skip to content

Commit 3778152

Browse files
author
jordanmccullough
committed
Add TOC nav hover opacity
Removes distraction of full opacity when viewing main page content
1 parent e4de8b2 commit 3778152

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_stylesheets/curriculum-beta.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ html, body{
141141
width: 15%;
142142
z-index: 10000;
143143
// padding: 15px 0 0 0;
144+
opacity: .2;
145+
transition: all 200ms;
146+
&:hover{
147+
opacity: 1;
148+
}
144149
}
145150

146151
#toc{

0 commit comments

Comments
 (0)