mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-22 00:21:31 +00:00
Made node text easier to read
This commit is contained in:
parent
735eb39eb1
commit
177f07c6bc
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,7 @@ function mouseUp(e: MouseEvent | TouchEvent) {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
filter: drop-shadow(3px 3px 2px var(--tooltip-background));
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-subtitle {
|
.node-subtitle {
|
||||||
|
@ -309,6 +310,7 @@ function mouseUp(e: MouseEvent | TouchEvent) {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
filter: drop-shadow(3px 3px 2px var(--tooltip-background));
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
|
|
Loading…
Reference in a new issue