Main Page

From AlphaX Wiki
Revision as of 22:22, 2 March 2026 by Admin (talk | contribs)
Jump to navigation Jump to search

/* ---- AlphaX contrast fix (titles/links/text) ---- */ .ax-hero, .ax-hero * {

 color: #e9edf7;

}

.ax-card, .ax-card * {

 color: #e9edf7;

}

.ax-card-title {

 color: #ffffff !important;

}

.ax-card a {

 color: #a9c1ff;

}

.ax-card a:visited {

 color: #c4b2ff;

}

.ax-card a:hover {

 color: #ffffff;

}

.ax-section-title {

 color: #ffffff;

}