updated css

This commit is contained in:
Leon van Kammen 2023-12-06 22:47:18 +01:00
parent 764ab620c9
commit b0011591a6
1 changed files with 11 additions and 1 deletions

View File

@ -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{