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

.link {
  white-space: nowrap;
}

.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);
}