Main Page: Difference between revisions

From AlphaX Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div class="ax-hero">
/* ---- AlphaX contrast fix (titles/links/text) ---- */
  <div class="ax-hero-title">AlphaX Academy</div>
.ax-hero,
  <div class="ax-hero-sub">Intelligence. Awareness. Control.</div>
.ax-hero * {
  <div class="ax-hero-desc">
   color: #e9edf7;
    A structured knowledge archive for modern gay life — written clearly and respectfully.
}
    Adults only (18+).
   </div>
</div>


<div class="ax-grid ax-grid-4">
.ax-card,
  <div class="ax-card">
.ax-card * {
    <div class="ax-card-title">Culture</div>
  color: #e9edf7;
    * [[Category:Culture]]
}
    * [[Category:History]]
  </div>


  <div class="ax-card">
.ax-card-title {
    <div class="ax-card-title">Health</div>
  color: #ffffff !important;
    * [[Category:Harm Reduction]]
}
    * [[Category:Recovery]]
  </div>


  <div class="ax-card">
.ax-card a {
    <div class="ax-card-title">Finance</div>
  color: #a9c1ff;
    * [[Category:Investing]]
}
    * [[Category:Taxes]]
  </div>


  <div class="ax-card">
.ax-card a:visited {
    <div class="ax-card-title">Psychology</div>
  color: #c4b2ff;
    * [[Category:Identity]]
}
    * [[Category:Power Dynamics]]
 
   </div>
.ax-card a:hover {
</div>
  color: #ffffff;
}
 
.ax-section-title {
   color: #ffffff;
}

Revision as of 22:22, 2 March 2026

/* ---- 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;

}