Change background colour to the one in adobe XD

main
NightlyMania 2022-05-24 15:03:48 +02:00
parent 49d85ff51c
commit e6b2a666dd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
:root {
--bgcolour: #313131;
--bgcolour: #290B57;
}
body {
background-color: var(--bgcolour);