Skip to content

Commit

Permalink
Tagline font weight tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane committed Aug 24, 2024
1 parent 96758a8 commit 32c5ca8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TangerineUI-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -6631,7 +6631,7 @@ a:is(.active,
}
.app-body .sign-in-banner p strong {
color: var(--color-fg);
font-weight: 600;
font-weight: 500;
}
.app-body .sign-in-banner p:nth-child(2) {
font-size: 85%;
Expand Down
2 changes: 1 addition & 1 deletion TangerineUI-lagoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6631,7 +6631,7 @@ a:is(.active,
}
.app-body .sign-in-banner p strong {
color: var(--color-fg);
font-weight: 600;
font-weight: 500;
}
.app-body .sign-in-banner p:nth-child(2) {
font-size: 85%;
Expand Down
2 changes: 1 addition & 1 deletion TangerineUI-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -6631,7 +6631,7 @@ a:is(.active,
}
.app-body .sign-in-banner p strong {
color: var(--color-fg);
font-weight: 600;
font-weight: 500;
}
.app-body .sign-in-banner p:nth-child(2) {
font-size: 85%;
Expand Down
2 changes: 1 addition & 1 deletion TangerineUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -6631,7 +6631,7 @@ a:is(.active,
}
.app-body .sign-in-banner p strong {
color: var(--color-fg);
font-weight: 600;
font-weight: 500;
}
.app-body .sign-in-banner p:nth-child(2) {
font-size: 85%;
Expand Down

0 comments on commit 32c5ca8

Please sign in to comment.