1
0
Fork 0

Make the gradient slightly darker and less severe for lowlights.

main
Mari 4 years ago
parent c89b818568
commit 122ba8533a
  1. 2
      _includes/assets/css/screen.css

@ -93,7 +93,7 @@
} }
.lowlight:not(.lowlight-no-gradient) { .lowlight:not(.lowlight-no-gradient) {
background-image: linear-gradient(to left top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.1) 50%, transparent 90%); background-image: linear-gradient(to left top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 90%);
} }
.show-highlights img, .show-all img, #print img { .show-highlights img, .show-all img, #print img {

Loading…
Cancel
Save