diff --git a/styles-header.css b/styles-header.css index abb3c0f..4736075 100644 --- a/styles-header.css +++ b/styles-header.css @@ -1,9 +1,16 @@ +:root { + --bgColor: rgb(253, 246, 227); + --textColor: #D91C81; + --black: #3A3335; + --incorrect: rgb(40, 207, 34); +} + .header { display: flex; justify-content: space-between; align-items: center; padding: 20px 40px; - background-color: #f8f9fa; + background-color: var(--bgColor); border-bottom: 1px solid #e0e0e0; } @@ -45,4 +52,4 @@ .header * { box-sizing: border-box; } - \ No newline at end of file +