Remove Blue Links

/* Remove Blue Links on Apple Devices */ a[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: inherit !important; font-weight: inherit !important;

Read more

Snippets

CSS Opacity <style>    .transparent:hover {    -khtml-opacity: 0.75;    -moz-opacity: 0.75;    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=75);    filter: alpha(opacity=75);    opacity: 0.75;    zoom: 1

Read more