File: style.xml

package info (click to toggle)
tinysparql 3.11~beta-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,632 kB
  • sloc: ansic: 119,093; python: 6,139; javascript: 725; sh: 121; perl: 106; xml: 67; makefile: 31; sql: 1
file content (8 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<style>
  svg .cluster text { fill: var(--text-color-muted); }
  svg .node ellipse { stroke: var(--text-color-muted) }
  svg .node text { text-decoration: none !important; fill: var(--text-color); }
  svg .edge text { text-decoration: none !important; fill: var(--text-color); }
  svg .edge path { stroke: var(--text-color-muted); }
  svg .edge polygon { fill: var(--text-color-muted); stroke: transparent; }
</style>