diff --git a/styles/colors/all.css b/styles/colors/all.css index af3674b..27dbf69 100644 --- a/styles/colors/all.css +++ b/styles/colors/all.css @@ -40,4 +40,13 @@ nav .input-field input[type="search"], textarea { .transparent { background-color: transparent !important; background: none !important; -} \ No newline at end of file +} + +progress { + background-color: #88888888; + height: 2px; +} + +progress::-webkit-progress-value { + background-color: white; +}