adding export

This commit is contained in:
root
2023-11-09 11:11:19 +00:00
parent 73597bcd6a
commit 8d0dce1267
3 changed files with 42 additions and 21 deletions

View File

@@ -4,8 +4,8 @@ body {
font-family: helvetica, arial, verdana, sans-serif;
text-align:center;
min-height: 100% !important;
background: #333;
color: white;
background: white;
color: black;
}
::placeholder {
@@ -87,7 +87,7 @@ span {
background-color: #BB8FCE;
}
#output {
border-radius: 15px;
// border-radius: 15px;
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
width: fit-content;
background-color:white;
@@ -110,13 +110,13 @@ tr:not(:first-child):hover {
background-color: rgba(114, 114, 113, 0.2);
}
input {
padding: 6px;
padding: 15px;
font-size: 14px;
border-width: 0px;
border-color: #CCCCCC;
background-color: #FFFFFF;
color: #000000;
color: #333;
border-style: solid;
border-radius: 9px;
box-shadow: 0px 0px 5px rgba(66,66,66,.75);
border-radius: 5px;
box-shadow: 0px 0px 2px rgba(66,66,66,.75);
}