mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-21 16:13:54 +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-size: 200%;
|
||||
pointer-events: none;
|
||||
filter: drop-shadow(3px 3px 2px var(--tooltip-background));
|
||||
}
|
||||
|
||||
.node-subtitle {
|
||||
|
@ -309,6 +310,7 @@ function mouseUp(e: MouseEvent | TouchEvent) {
|
|||
font-family: monospace;
|
||||
font-size: 150%;
|
||||
pointer-events: none;
|
||||
filter: drop-shadow(3px 3px 2px var(--tooltip-background));
|
||||
}
|
||||
|
||||
.progress {
|
||||
|
|
Loading…
Reference in a new issue