I want to change my background site so at first it changed but when I trying to change it again to another color it not happen I link my code file with style.css file with this code
{% load static %}
style.css (code):in my style.css folder
body{
background-color: blue;}
first I changed the background to brown then I want to change it to blue but it doesn't change
(also when I go to my site it still brown also when I use this code in style.css (body{ background-color: blue} when I click on inspect it appears to me body{ background-color: brown} )