Skip to content

Commit

Permalink
monspace
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 18, 2024
1 parent d7f0e8a commit 3f62598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/policy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ $em: #1c448e;

strong {
color: $strong;
font-family: monospace;
font-weight: bolder;
}

em {
Expand Down

1 comment on commit 3f62598

@0crat
Copy link

@0crat 0crat commented on 3f62598 Jul 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 It is not a good idea to push directly to the default branch master. You've earned -20 points for this: -20 as a basis. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice. Your running balance is +215.

Please sign in to comment.