Change bg colors

This commit is contained in:
Ral 2024-02-20 01:45:36 +01:00
parent ac78cb0243
commit 6e46954606
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ body {
margin: 0px;
padding: 0px;
color: white;
background: rgb(80,80,80);
background: rgb(60,60,60);
}
.header {

View File

@ -6,8 +6,8 @@
}
body {
color: rgb(255,255,255);
background: rgb(100,100,100);
color: $colod-fg;
background: rgb(60,60,60);
margin: 0px;
padding: 0px;
}

View File

@ -1,6 +1,7 @@
$full-width: 1920px;
$full-height: 1080px;
$colod-fg: rgb(255,255,255);
$color-bg: rgb(30, 30, 30);
$color-ci-gray: rgb(101, 103, 103);