|
|
| 第147行: |
第147行: |
| } | | } |
|
| |
|
| .mw-table td.historical-event a {
| |
| color: #4B0082; /* Indigo for historical event links */
| |
| }
| |
|
| |
| .mw-table td.historical-event a:hover {
| |
| color: #8A2BE2; /* BlueViolet for hover */
| |
| }
| |
|
| |
| .mw-table td.future-event a {
| |
| color: #8B4513; /* SaddleBrown for future event links */
| |
| }
| |
|
| |
| .mw-table td.future-event a:hover {
| |
| color: #DAA520; /* GoldenRod for hover */
| |
| }
| |
|
| |
|
|
| |
|
| 第173行: |
第158行: |
| .mw-table a:hover { | | .mw-table a:hover { |
| color: #1C4587; /* Darker blue for hover state */ | | color: #1C4587; /* Darker blue for hover state */ |
| text-decoration: none; /* Keep underline removed on hover */ | | text-decoration: underline; /* Keep underline removed on hover */ |
| } | | } |