/*
 * SPDX-FileCopyrightText: 2025 ALASCA e.V. <hello@alasca.cloud>
 *
 * SPDX-License-Identifier: CC-BY-SA-4.0
 */

[data-md-color-scheme="alasca"] {
  --md-default-bg-color:        #243746;
  --md-default-fg-color:        #fff;
  --md-default-fg-color--light: #fff;
  --md-primary-fg-color:        #243746;
  --md-primary-bg-color:        #fff;
  --md-accent-fg-color:         #51E064;
  --md-typeset-color:           #fff;
  --md-typeset-a-color:         #51E064;
  --md-accent-fg-color:         #f5e604;
}

.md-grid {
    max-width: 100%;
}

/* Make the first column wider */
.md-typeset table tr > :first-child {
  width: 40%;          /* adjust as needed */
  min-width: 150px;    /* optional for minimum size */
}

/* striped tables for MkDocs */
table tr:nth-child(even) {
    background-color: #f2f2f2;
}
