File: custom.css

package info (click to toggle)
exhale 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,616 kB
  • sloc: python: 9,057; cpp: 1,260; javascript: 915; f90: 29; ansic: 18; makefile: 16
file content (14 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Make external links stand out from teletype text. */
a[class='reference external'] > code > span {
  color: #2980B9;;
}

/* Make internal links stand out form teletype text. */
a[class='reference internal'] > code > span {
  color: #138a36;
}

/* Change inline code text color. */
code > span {
  color: #343131;
}