diff options
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; +} + |