Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0a2 #16

Merged
merged 3 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to `libcasm-mapping` will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.0a2]
## [v2.0a2] - 2023-12-01

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "libcasm-mapping"
version = "2.0a1"
version = "2.0a2"
authors = [
{ name="CASM developers", email="[email protected]" },
]
Expand Down
41 changes: 39 additions & 2 deletions python/doc/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,48 @@
:root[data-theme='light'],
:root[data-theme='dark'] {
:root[data-theme='light'] {
--pst-color-primary: #0072b5;
--pst-color-secondary: #febc15;
--pst-color-link: #0072b5;
--pst-color-inline-code: #0072b5;
--sd-color-card-border-hover: #0072b5;

dt {
background-color: #eaeaea;
}

}

:root[data-theme='dark'] {
--pst-color-primary: #6DC8BF;
--pst-color-secondary: #CBDB2A;
--pst-color-link: #6DC8BF;
--pst-color-inline-code: #6DC8BF;
--sd-color-card-border-hover: #6DC8BF;

dt {
background-color: #6A4729F7;
}

/* note */
.admonition.note > .admonition-title::before, div.admonition.note > .admonition-title::before {
background-color: #8739b3;
}

.admonition.note > .admonition-title::after, div.admonition.note > .admonition-title::after {
color: #c695c5;
content: var(--pst-icon-admonition-note);
}

.admonition.note, div.admonition.note {
border-color: #c695c5;
}

/* deprecated */
--pst-color-danger: #f9e1e4;
--pst-color-danger-bg: #d72d47;
}



/* Fix breadcrumb overlap https://github.com/holoviz/panel/issues/5199 */
.header-article__inner .header-article-item {
height: unset;
Expand Down
91 changes: 91 additions & 0 deletions python/doc/_static/logo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading