header rewrite done

This commit is contained in:
YasinOnm08 2024-09-25 12:35:17 +02:00
parent 0fd7a9bb7f
commit 9b3a0bbc83
5 changed files with 51 additions and 7 deletions

View file

@ -15,7 +15,7 @@
/* Popup content box */
.popup-content {
background: var(--popup-background-color); /* Use variable for background color */
background-color: var(--popup-background-color); /* Use variable for background color */
color: var(--popup-text-color); /* Use variable for text color */
padding: 30px;
border-radius: 10px;