Adjust sidebar opacity

This commit is contained in:
Kenneth John Odle 2021-08-01 19:45:40 -04:00
parent 2c00aefc07
commit f0a127f482

View File

@ -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;
}
/**********************************/