File: rspec.css

package info (click to toggle)
ruby-rspec-rails 7.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,796 kB
  • sloc: ruby: 11,068; sh: 198; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 257 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
.notetag {
  background-color: #FFE5E5;
}

code {
  background-color: #F0F0F0;
  padding: 0 2px 0 2px;
}

.deprecated code {
  background-color: #FFA8A8;
}

.summary_desc code {
  background-color: #F0F0F0;
}

.notetag code {
  background-color: #FFA8A8;
}