2,025
个编辑
无编辑摘要 |
无编辑摘要 |
||
| 第116行: | 第116行: | ||
.mw-table a { | .mw-table a { | ||
color: # | color: #5A7D9A; /* Soft muted blue inspired by Skyrim's aesthetic */ | ||
text-decoration: none; /* Remove underline for links */ | text-decoration: none; /* Remove underline for links */ | ||
font-weight: bold; /* Make links more prominent */ | font-weight: bold; /* Make links more prominent */ | ||
| 第122行: | 第122行: | ||
.mw-table a:hover { | .mw-table a:hover { | ||
color: # | color: #2C3E50; /* Darker blue-gray for hover state */ | ||
text-decoration: | text-decoration: none; /* Keep underline removed on hover */ | ||
} | } | ||