popovers.css: Replace RGB colors with HSL colors.

This commit is contained in:
Cory Lynch 2017-06-21 03:02:28 -04:00 committed by showell
parent fa73872828
commit d04fbc0a53
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ ul.actions_popover i {
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,0.7);
background-color: hsla(0, 0%, 0%, 0.7);
border-radius: 0px;
border: none;