Skip to content

Commit

Permalink
style(KolButton): increase font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisdo82 committed Oct 18, 2023
1 parent 9263914 commit ba774de
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/themes/bmf/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ export const BMF = KoliBri.createTheme('bmf', {
kol-span-wc > span {
gap: 0.5em;
}`,
'KOL-BUTTON': `:is(a, button):focus {
'KOL-BUTTON': `:is(a, button) {
font-size: 1.125em;
}
:is(a, button):focus {
outline: none;
}
:is(a, button):focus kol-span-wc {
Expand Down Expand Up @@ -2434,7 +2437,10 @@ export const BMF = KoliBri.createTheme('bmf', {
border-color: var(--color-granite);
color: var(--color-black);
}`,
'KOL-LINK-BUTTON': `:is(a, button):focus {
'KOL-LINK-BUTTON': `:is(a, button) {
font-size: 1.125em;
}
:is(a, button):focus {
outline: none;
}
:is(a, button):focus kol-span-wc {
Expand Down

0 comments on commit ba774de

Please sign in to comment.