Transparent backgroound
This commit is contained in:
parent
9a05f717fc
commit
1d05e0053a
|
@ -51,7 +51,7 @@
|
|||
padding: 20px;
|
||||
display: block;
|
||||
border: solid 2px #11111b;
|
||||
background-color: #313244;
|
||||
background-color: #31324480;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
|
@ -125,7 +125,7 @@
|
|||
0 & 0 & 0 & 1
|
||||
\end{pmatrix}
|
||||
$$
|
||||
<input id="interpolate" type="range" min="0" max="6" step="0.01" value="6" autocomplete="off" list="steplist">
|
||||
<input id="interpolate" type="range" min="0" max="6" step="0.05" value="6" autocomplete="off" list="steplist">
|
||||
<datalist id="steplist">
|
||||
<option>1</option>
|
||||
<option>2</option>
|
||||
|
|
Loading…
Reference in New Issue