Skip to content

Commit

Permalink
♿ add new mute style
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Feb 7, 2023
1 parent 6dbe49d commit dda7ee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/open_inwoner/scss/components/Card/Card.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.card {
--card-color-background: white;
--card-color-border: var(--color-mute);
--card-color-border: var(--color-mute-deco);
--card-size-border: var(--border-width);
--card-size-dog-ear: var(--gutter-width);
--card-spacing: var(--spacing-large);
Expand Down
4 changes: 3 additions & 1 deletion src/open_inwoner/scss/views/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
var(--color-accent-darker),
var(--color-accent-lighter)
);
--border-width: 2px;
--border-width: 1px;
--border-radius: 3px;

// Color.
Expand Down Expand Up @@ -150,6 +150,8 @@
--color-body: var(--color-gray-dark);
// changed to #949494 to get the required 3:1 contrast ratio
--color-mute: #949494;
// decorative, non-meaningful elements do not have contrast requirements
--color-mute-deco: #D2D2D2;

/// Font.

Expand Down

0 comments on commit dda7ee7

Please sign in to comment.