Skip to content

Commit

Permalink
Consistently use plural
Browse files Browse the repository at this point in the history
  • Loading branch information
Taeir committed Jul 25, 2023
1 parent ae92a6c commit ddc6a28
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/common/_config_css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


// ------------------------
// Link
// Links
// ------------------------

--link-color: #{$link-color};
Expand All @@ -31,15 +31,15 @@
}

// ------------------------
// Quote
// Quotes
// ------------------------

--quote-color: #{$quote-color};
--quote-background-color: #{$quote-background-color};
--quote-border-color: #{$quote-border-color};

// ------------------------
// Code
// Code blocks
// ------------------------

--code-border-color: #{$code-border-color};
Expand All @@ -52,7 +52,7 @@
--delta-del-background-color: #{$delta-del-background-color};

// ------------------------
// Table
// Tables
// ------------------------

--table-border-color: #{$table-border-color};
Expand All @@ -62,6 +62,7 @@
// ------------------------
// Badges
// ------------------------

--badge-tag-color: #{$badge-tag-color};
--badge-tag-background-color: #{$badge-tag-background-color};
--badge-tag-filled-color: #{$badge-tag-filled-color};
Expand Down

0 comments on commit ddc6a28

Please sign in to comment.