Fix __init__ file

Style code with Black
This commit is contained in:
Michał Gdula 2023-05-09 16:46:12 +03:00
parent e7bbb02aba
commit dcc9247ba0
8 changed files with 84 additions and 62 deletions

View file

@ -9,6 +9,8 @@ $darkBlue: var(--darkBlue)
@mixin button($color)
text-decoration: none
text-align: center
white-space: nowrap
background-color: RGBA($color, 0.02)
color: RGB($color)
border-radius: 2px