File: quickcal.css

package info (click to toggle)
quickcal 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 332 kB
  • sloc: sh: 2,071; python: 157; xml: 51; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.textview_theme {
    background-color: #EDD2A4;
    background: #EDD2A4;
    color: black;
    font-weight: normal;
    font-size: 16pt;
    font-family: Sans-serif;
}

.result_theme {
    background-color: #EDD2A4;
    background: #EDD2A4;
    color: black;
    font-weight: normal;
    font-size: 16pt;
    font-family: Sans-serif;
}