aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/licenses.module.css
blob: 512efbb1fc2805268f6d5df25cf9866701a6feda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * SPDX-FileCopyrightText: 2024 Kristóf Marussy
 *
 * SPDX-License-Identifier: MIT
 */

.icon {
  vertical-align: text-top;
  width: 1em;
  height: 1em;
  margin-right: 0.125rem;
}

.text {
  color: var(--ifm-color-secondary-contrast-foreground);
}

[data-theme='dark'] .text {
  color: var(--ifm-color-emphasis-500);
}