diff --git a/assets/style.css b/assets/style.css index 983da5b..c68725e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -54,6 +54,18 @@ a:hover { text-decoration: underline; } +progress::-moz-progress-bar { + background-color: #ff6e00; +} + +progress::-webkit-progress-value { + background-color: #ff6e00; +} + +progress { + color: #ff6e00; +} + footer { top: 100%; }