/* * SPDX-FileCopyrightText: 2023-2024 Kristóf Marussy * * SPDX-License-Identifier: MIT */ .publications__item { margin-top: 1rem; } .link { white-space: nowrap; } .link--license { --ifm-link-color: var(--ifm-color-secondary-contrast-foreground); --ifm-link-hover-color: var(--ifm-link-color); } [data-theme='dark'] .link--license { --ifm-link-color: var(--ifm-color-emphasis-500); } .link--lower { text-transform: lowercase; } .link__icon { vertical-align: text-top; width: 1em; height: 1em; margin-right: 0.125rem; } .elsewhere { display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; column-gap: 0.25rem; } .elsewhere__text { margin: 0; } .elsewhere__list { display: flex; margin: 0; padding: 0; } .elsewhere__item { display: flex; align-items: center; margin: 0; list-style-type: none; } .elsewhere__icon { display: flex; padding: 0.375rem; --ifm-link-color: var(--ifm-color-secondary-contrast-foreground); --ifm-link-hover-color: var(--ifm-color-emphasis-700); --ifm-link-text-decoration: none; } [data-theme='dark'] .elsewhere__icon { --ifm-link-color: var(--ifm-color-secondary); --ifm-link-hover-color: var(--ifm-color-secondary-dark); } .elsewhere__icon svg { width: 1.75rem; height: 1.75rem; }