Skip to content

Commit

Permalink
Merge pull request #85 from yuki930/change-color-2024
Browse files Browse the repository at this point in the history
背景色、文字色、ボタン色を変更
  • Loading branch information
sorah authored Dec 24, 2023
2 parents 503005f + 262cecf commit caf5cef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/stylesheets/styles/config/_variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
$media-breakpoints: (xs: 0, se: 320px, sm: 576px, md: 768px, lg: 1024px, xl: 1400px)

// colors
$black: #333333
$black: #000
$white: #FFF
$whitegrey: #A9A9A9

$color-base: #F8F8F8
$color-base: #FFFEF4
$color-main: $black
$color-main-light: #7B7B7B
$color-accent: #BA083D
$color-accent: #000
$color-reversal: $white

// background-color
Expand Down

0 comments on commit caf5cef

Please sign in to comment.