/* Copyright (c) 2022 Dimitra Karatza */
/* SPDX-License-Identifier: BSL-1.0 */
/* Distributed under the Boost Software License, Version 1.0. (See accompanying */
/* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */

/* Make HPX inspect tool happy: hpxinspect:nounlinked */

code {
    color: #317d6e;
    background-color: #f2fbf9;
}

/* Dark mode overrides */
html[data-theme="dark"] code {
    color: #6cc4a1;
    background-color: #1a2f2a;
}

