MINIPROJEKTW2_1/calculator/styles/global.scss

8 lines
150 B
SCSS
Raw Normal View History

2024-10-21 18:16:54 +00:00
$primary-color: #4A90E2;
$secondary-color: #333;
body {
font-family: 'Arial', sans-serif;
background-color: #f0f0f0;
color: $secondary-color;
}