File: terminal.css

package info (click to toggle)
pydantic-settings 2.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,032 kB
  • sloc: python: 8,080; makefile: 33
file content (39 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.terminal {
  background: #300a24;
  border-radius: 4px;
  padding: 5px 10px;
}

pre.terminal-content {
  display: inline-block;
  line-height: 1.3 !important;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #300a24 !important;
  color: #d0d0d0 !important;
}

.ansi2 {
  font-weight: lighter;
}
.ansi3 {
  font-style: italic;
}
.ansi32 {
  color: #00aa00;
}
.ansi34 {
  color: #5656fe;
}
.ansi35 {
  color: #E850A8;
}
.ansi38-1 {
  color: #cf0000;
}
.ansi38-5 {
  color: #E850A8;
}
.ansi38-68 {
  color: #2a54a8;
}