fix: remove weird table greyscale
This commit is contained in:
parent
e028ed3fa0
commit
1253523f25
1 changed files with 0 additions and 9 deletions
|
|
@ -14,15 +14,6 @@
|
|||
box-shadow: 0px 0px 2px var(--shadow-color);
|
||||
border: 1px solid var(--outline-color);
|
||||
overflow: auto;
|
||||
background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)),
|
||||
linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%,
|
||||
radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),
|
||||
radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-color: white;
|
||||
background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
|
||||
background-position: 0 0, 100%, 0 0, 100%;
|
||||
background-attachment: local, local, scroll, scroll;
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue