Skip to content

Commit

Permalink
style(KolButton, KolLinkButton): increase font-size (#5510)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 9, 2023
2 parents e4fb0d4 + 66c740f commit ee653c7
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/themes/bmf/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ export const BMF = KoliBri.createTheme('bmf', {
}
`,
'KOL-BUTTON': css`
:is(a, button) {
font-size: 1.125em;
}
:is(a, button):focus {
outline: none;
}
Expand Down Expand Up @@ -2419,6 +2422,9 @@ export const BMF = KoliBri.createTheme('bmf', {
}
`,
'KOL-LINK-BUTTON': css`
:is(a, button) {
font-size: 1.125em;
}
:is(a, button):focus {
outline: none;
}
Expand Down

0 comments on commit ee653c7

Please sign in to comment.