Browse Source

Adjust sidebar opacity

main
Kenneth John Odle 3 years ago
parent
commit
f0a127f482
  1. 8
      style.css

8
style.css

@ -111,13 +111,15 @@ body > header {
/* 2a. Sidebar hover effect */
#sidebar {
opacity: 0.15;
opacity: 0.10;
transition: opacity 1.5s;
}
background: #eee;
}
#sidebar:hover {
opacity: 1.0;
}
background: #fff;
}
/**********************************/

Loading…
Cancel
Save