Skip to content

Commit

Permalink
Add styles/_values.css
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 committed Nov 8, 2023
1 parent bb21e2c commit 1c53b34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions styles/_values.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// image size
$img_height: 250px;

// site color
$back_color: black;
$color: lightgreen;

// link color
$link_color: red;

// button colors
$button_color: red;
$button_hover_color: lightblue;
$button_active_color: $button_hover_color;

0 comments on commit 1c53b34

Please sign in to comment.