mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
Use css variables
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
parent
c3a412059a
commit
adc1cf460f
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ h2.tabs a:hover {
|
|||
background-color: #c0392b;
|
||||
color: #efefef;
|
||||
margin-top: 0;
|
||||
padding: 1em;
|
||||
padding: var(--gutter);
|
||||
}
|
||||
.demo-instance-warning .row {
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in a new issue