File: style.css

package info (click to toggle)
python-werkzeug 3.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,148 kB
  • sloc: python: 22,015; javascript: 292; makefile: 39; sh: 17; xml: 16
file content (10 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
body {
    margin: 0;
    padding: 20px;
    font-family: sans-serif;
    font-size: 15px;
}

h1, a {
    color: #a00;
}