Main Page: Difference between revisions

From AlphaX Wiki
Jump to navigation Jump to search
No edit summary
Redirected page to AlphaX Academy
Line 1: Line 1:
/* ---- AlphaX contrast fix (titles/links/text) ---- */
#REDIRECT [[AlphaX Academy]]
.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;
}

Revision as of 15:48, 3 March 2026

Redirect to: