File: style.less

package info (click to toggle)
python-livereload 2.7.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: javascript: 1,041; python: 823; makefile: 169
file content (7 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
@bg: #222;
@fg: #fff;

html, body {
    background: @bg;
    color: @fg;
}