mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
fix the opacity lol
This commit is contained in:
parent
d2c8331346
commit
10b9755960
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ a[data-onclick="jump_to_time"] {
|
||||||
color: #000;
|
color: #000;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
opacity: 0.8;
|
opacity: 1.0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
width: 13em;
|
width: 13em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue