diff options
Diffstat (limited to 'dist/css/aplaylist.css')
-rw-r--r-- | dist/css/aplaylist.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/aplaylist.css b/dist/css/aplaylist.css index ec66e61..2564d0c 100644 --- a/dist/css/aplaylist.css +++ b/dist/css/aplaylist.css @@ -13,6 +13,6 @@ } .is-active-play { - color: #dd7325; - background-color: #dd7325; + color: #3273dc; + background-color: #3273dc; } |