Style updates for examples and API docs

This commit is contained in:
Tim Schaub
2022-07-31 15:45:39 -06:00
committed by Tim Schaub
parent 15329aad00
commit 1bd9201fed
18 changed files with 430 additions and 277 deletions

View File

@@ -1,16 +1,18 @@
:root {
--ol-background-color: white;
--ol-foreground-color: #333333;
--ol-subtle-foreground-color: #666666;
--ol-accent-background-color: #F5F5F5;
--ol-subtle-background-color: rgba(128, 128, 128, 0.25);
--ol-partial-background-color: rgba(255, 255, 255, 0.75);
--ol-foreground-color: #333333;
--ol-subtle-foreground-color: #666666;
--ol-brand-color: #00AAFF;
}
.ol-box {
box-sizing: border-box;
border-radius: 2px;
border: 1.5px solid var(--ol-background-color);
background-color: var(--ol-subtle-background-color);
background-color: var(--ol-partial-background-color);
}
.ol-mouse-position {