Skip to content

Commit b4982e3

Browse files
committed
POTI-board EVO v3系統でリンクの色が上書きされる問題を再度修正。
1 parent 9876528 commit b4982e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

petitnote/app/chickenpaint/css/chickenpaint.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14518,6 +14518,9 @@ fieldset:disabled .btn {
1451814518
opacity: 1;
1451914519
}
1452014520

14521+
.chickenpaint .nav-link:any-link {
14522+
color: var(--bs-nav-link-color);
14523+
}
1452114524
.chickenpaint .dropdown-item:any-link {
1452214525
color: var(--bs-dropdown-link-color);
1452314526
}

0 commit comments

Comments
 (0)