diff options
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r-- | ufund-ui/src/styles.css | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index bad2232..49b478e 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -11,11 +11,12 @@ html, body { margin: 0; height: 100%; - background-color: light-dark(white, #242424); + background-color: light-dark(white, #000715); } body { - font-family: sans-serif; + font-family: Inter, sans-serif; + font-optical-sizing: auto; } input { @@ -33,8 +34,8 @@ input { button, .button { font-size: 14pt; - padding: 6px 10px; - border-radius: 5px; + padding: 6px 16px; + border-radius: 9999px; border-style: none; background-color: light-dark(#ebebeb, #3a3a3a); @@ -42,3 +43,13 @@ button, .button { background-color: light-dark(#e1e1e1, #444444); } } + +.button2 { + text-transform: uppercase; + border: 1px solid #5cdbff; + padding: 10px 25px; + font-size: 12pt; + font-weight: 600; + background-color: transparent; + text-shadow: #5cdbff 0 0 50px; +} |