Fix color-hex-case (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:40:08 +01:00
parent 43ffbed471
commit 04a4ca9a57
12 changed files with 83 additions and 83 deletions

View file

@ -176,6 +176,6 @@
font-size: 82%;
border-radius: 100em;
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
background: #03A9F4;
background: #03a9f4;
font-weight: bold;
}