File: colors.css

package info (click to toggle)
akira 0.0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,024 kB
  • sloc: xml: 40; python: 13; makefile: 11; sh: 8
file content (11 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
.label-colors {
    color: alpha (@fg_color, 0.8);
}

.disabled {
    opacity: 0.5;
}

.border-bottom {
    border-bottom: 1px solid shade (@bg_color, 0.8);
}