Give graph legend text an outline instead of background blur for readabilitiy
This commit is contained in:
@@ -316,7 +316,6 @@ defineExpose({
|
||||
border-left: 1px var(--pankow-color-primary) solid;
|
||||
padding-left: 10px;
|
||||
pointer-events: none;
|
||||
backdrop-filter: blur(1px);
|
||||
}
|
||||
|
||||
.graphs-tooltip-title {
|
||||
@@ -325,6 +324,7 @@ defineExpose({
|
||||
|
||||
.graphs-tooltip-item {
|
||||
padding: 2px 10px;
|
||||
-webkit-text-stroke: 0.2px gray;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user