Fixed links not being visable

这个提交包含在:
Peter Goodhall 2024-03-14 11:45:16 +00:00
父节点 1818530c9d
当前提交 dfe5471b87
共有 2 个文件被更改,包括 8 次插入0 次删除

查看文件

@ -210,3 +210,7 @@ div.alert-danger {
color: #000; color: #000;
box-shadow: none !important; box-shadow: none !important;
} }
#upcoming_dxccs_component a {
color: darkblue;
}

查看文件

@ -264,3 +264,7 @@ div.alert-danger {
color: #000; color: #000;
box-shadow: none !important; box-shadow: none !important;
} }
#upcoming_dxccs_component a {
color: darkblue;
}