|
436 | 436 | font-weight: 600 !important;
|
437 | 437 | }
|
438 | 438 |
|
439 |
| - /* 시퀀스 다이어그램 텍스트 강화 */ |
| 439 | + /* 라이트모드 기본 - 시퀀스 다이어그램 Actor 텍스트 */ |
440 | 440 | .mermaid .actor {
|
441 | 441 | font-weight: 600 !important;
|
| 442 | + fill: #2d3748 !important; |
442 | 443 | }
|
443 | 444 |
|
444 | 445 | .mermaid .actor-box {
|
|
447 | 448 | stroke-width: 2px !important;
|
448 | 449 | }
|
449 | 450 |
|
| 451 | + /* 라이트모드 기본 - 시퀀스 다이어그램 텍스트 */ |
450 | 452 | .mermaid .messageText {
|
451 | 453 | font-weight: 500 !important;
|
452 |
| - fill: var(--text-primary, #2d3748) !important; |
| 454 | + fill: #2d3748 !important; |
453 | 455 | }
|
454 | 456 |
|
455 | 457 | .mermaid .labelText {
|
456 | 458 | font-weight: 600 !important;
|
457 |
| - fill: var(--text-primary, #2d3748) !important; |
| 459 | + fill: #2d3748 !important; |
458 | 460 | }
|
459 | 461 |
|
460 | 462 | /* 간트 차트 텍스트 강화 */
|
|
467 | 469 | fill: #ffffff !important;
|
468 | 470 | }
|
469 | 471 |
|
| 472 | + /* 라이트모드 기본 - 간트 차트 그리드 라벨 */ |
470 | 473 | .mermaid .gridLabel {
|
471 | 474 | font-weight: 500 !important;
|
472 |
| - fill: var(--text-primary, #2d3748) !important; |
| 475 | + fill: #2d3748 !important; |
473 | 476 | }
|
474 | 477 |
|
475 | 478 | /* 모든 텍스트 요소 기본 강화 */
|
|
562 | 565 | stroke: #a78bfa !important;
|
563 | 566 | }
|
564 | 567 |
|
| 568 | + /* 다크모드 - 시퀀스 다이어그램 텍스트 흰색 강제 적용 */ |
565 | 569 | [data-theme="dark"] .mermaid .messageText,
|
566 | 570 | [data-theme="dark"] .mermaid .labelText,
|
567 | 571 | .dark .mermaid .messageText,
|
568 | 572 | .dark .mermaid .labelText {
|
569 | 573 | fill: #ffffff !important;
|
570 | 574 | }
|
571 | 575 |
|
| 576 | + /* 다크모드 - Actor 텍스트도 흰색 */ |
| 577 | + [data-theme="dark"] .mermaid .actor, |
| 578 | + .dark .mermaid .actor { |
| 579 | + fill: #ffffff !important; |
| 580 | + } |
| 581 | + |
572 | 582 | /* 다크모드 간트 차트 최적화 */
|
573 | 583 | [data-theme="dark"] .mermaid .gridLabel,
|
574 | 584 | .dark .mermaid .gridLabel {
|
|
607 | 617 | }
|
608 | 618 |
|
609 | 619 | .mermaid .messageText,
|
610 |
| - .mermaid .labelText { |
| 620 | + .mermaid .labelText, |
| 621 | + .mermaid .actor { |
611 | 622 | fill: #ffffff !important;
|
612 | 623 | }
|
613 | 624 |
|
|
0 commit comments