diff --git a/example/assets/css/style.css b/example/assets/css/style.css index 214f9f7..0b35d08 100644 --- a/example/assets/css/style.css +++ b/example/assets/css/style.css @@ -13,6 +13,15 @@ --font-sans-serif: system-ui, -apple-system, segoe ui, roboto, ubuntu, helvetica, cantarell, noto sans, sans-serif; --font-monospace: menlo, monaco, lucida console, liberation mono, dejavu sans mono, bitstream vera sans mono, courier new, monospace, serif; --border-radius: 0.2rem; + --font-size-1: +} + +button,input[type="submit"] { + background: var(--primary); + border: 0; + border-radius: 7px; + padding: 2px 10px; + font-weight: bold; } body{ @@ -99,12 +108,13 @@ input[type="submit"] { font-family: sans-serif; font-size:17px; color: #888; - height:43px; + height:33px; z-index:2000; cursor:pointer; right: 10px; text-transform:uppercase; min-width:107px; + text-decoration:none; } a.btn-foot#embed{