Skip to content

Commit

Permalink
Изменяет opacity у клавиатурных сокращений (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFokina authored Aug 11, 2023
1 parent 5d0dc30 commit a8d10f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/blocks/hotkey.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.hotkey {
opacity: 0.6;
opacity: 0.7;
min-width: 14px;
padding: 1px 6px;
border: 1px solid hsl(var(--color-base-text) / 0.3);
Expand Down
2 changes: 1 addition & 1 deletion src/styles/blocks/linked-article.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

.linked-article__hotkeys {
margin-block-start: 6px;
opacity: 0.6;
opacity: 0.7;
font-family: var(--font-family);
font-size: var(--font-size-m);
letter-spacing: 0;
Expand Down

0 comments on commit a8d10f2

Please sign in to comment.