mirror of https://github.com/Trivernis/whooshy.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
317 B
Sass
14 lines
317 B
Sass
@import url('https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap')
|
|
|
|
$primary: #223
|
|
$primarySurface: white
|
|
$secondary: teal
|
|
$borderRadius: 20px
|
|
$inactive: #aaa
|
|
$error: #a00
|
|
$errorText: #f44
|
|
$success: #0a0
|
|
$pending: #aa0
|
|
$fontRegular: 'Ubuntu', Arial, sans-serif
|
|
$fontCode: 'Ubuntu Mono', monospace
|