geneontology / wc-gocam-viz

Web component to visualize GO-CAMs
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Use CSS custom properties and CSS parts for styling #26

Closed pkalita-lbl closed 8 months ago

pkalita-lbl commented 9 months ago

Fixes #17, fixes #18

Summary

Example

gocam-styling

See src/styled.html to see what style rules were used for the screenshot on the right.

Notes

:root {
  --border-color: red;
}

But this will:

wc-gocam-viz {
  --border-color: red
}

cc: @kltm