How do I change loading bar background without reverting to default setting? – Html
First off this is the code I am using on the HTML and CSS sides: progress { color-scheme: light dark; accent-color: RGBA(30,170,255,1); } <!DOCTYPE html> <html lang = en> <head> <meta charset = UTF-8> <title>About Me</title> <link rel="stylesheet" href="site.css"> </head>…