use color instead of opacity

this shows how lazy i am
This commit is contained in:
Skip R. 2018-07-13 18:43:55 -07:00
parent edf1a07b68
commit f45918a218
No known key found for this signature in database
GPG key ID: 1508C19D7436A26D

View file

@ -5,7 +5,7 @@
.service__title__latency { .service__title__latency {
margin-left: 0.5em; margin-left: 0.5em;
opacity: 0.3; color: hsl(0, 0%, 45%);
} }
.service__header h2 { .service__header h2 {