diff --git a/styles/popup.css b/styles/popup.css index ea2fb41..f8d444b 100644 --- a/styles/popup.css +++ b/styles/popup.css @@ -1,3 +1,14 @@ #summary { - font-weight: bold; -} \ No newline at end of file + font-weight: bold; +} + + + +#score { + background-color: #88888888; + height: 2px; +} + +#score::-webkit-progress-value { + background-color: #ffF; +}