diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-17 17:24:59 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-17 17:24:59 +0200 |
commit | dd77d6bb276f6a70b36f69d11cde7f5c8995f5e1 (patch) | |
tree | 89c5dd428459b38a07ad637efcad48cf7e870a6e /styles/ui.css | |
parent | b33439e75d4b22a0c68b5cb56851b518a5ea7db7 (diff) |
home page without inline react styles :tada:
Diffstat (limited to 'styles/ui.css')
-rw-r--r-- | styles/ui.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/styles/ui.css b/styles/ui.css index d665044..f1d65e2 100644 --- a/styles/ui.css +++ b/styles/ui.css @@ -7,3 +7,15 @@ .fullwidth { width: calc(100% - var(--spacing-medium)); } +.button { + background-color: var(--accent); + color: var(--gray-900); + text-align: center; + cursor: pointer; + position: relative; + text-decoration: none; + display: block; + user-select: none; + font-weight: 600; +} + |