Skip to content
Snippets Groups Projects
Commit a5cf41e6 authored by Alexander Rose's avatar Alexander Rose
Browse files

fix viewport color for transparent background (#617)

parent 7029bc41
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ Note that since we don't clearly distinguish between a public and private interf
- Store URL of downloaded assets to detect zip/gzip based on extension
- Add optional `operator.key`; can be referenced in `IndexPairBonds`
- Add overpaint/transparency/substance theme strength to representations
- Fix viewport color for transparent background
## [v3.23.0] - 2022-10-19
......
......@@ -4,7 +4,7 @@
top: 0;
right: 0;
bottom: 0;
background: black;
background: $default-background;
.msp-btn-link {
background: rgba(0,0,0,0.2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment