diff --git a/src/styles/index.scss b/src/styles/index.scss index 36e0c24..18f19a5 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -32,6 +32,12 @@ body { background-blend-mode: overlay; } -.focus-ring { - @apply ring-1 ring-zinc-50/50 focus:ring-offset-fuchsia-600; -} \ No newline at end of file +.button { + @apply border-zinc-50/70 border outline-none focus:outline-2 outline-offset-2 focus:outline-fuchsia-500; +} + +.semibold-children { + & b { + font-weight: 600; + } +}