2,025
个编辑
无编辑摘要 |
无编辑摘要 |
||
| 第95行: | 第95行: | ||
background-color: #E1BEE7; /* Lavender background for future events */ | background-color: #E1BEE7; /* Lavender background for future events */ | ||
color: #4A148C; /* Dark purple text */ | color: #4A148C; /* Dark purple text */ | ||
} | |||
.mw-table td.major-event a { | |||
color: #1B5E20; /* Dark green for major event links */ | |||
} | |||
.mw-table td.minor-event a { | |||
color: #827717; /* Olive for minor event links */ | |||
} | |||
.mw-table td.historical-event a { | |||
color: #0D47A1; /* Navy blue for historical event links */ | |||
} | |||
.mw-table td.future-event a { | |||
color: #4A148C; /* Dark purple for future event links */ | |||
} | } | ||