blob: a14299e6dabe15f2e2242e5b64df0c3d2570f3cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Place all the styles related to the pms controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
p, li {
color: #DD9125;
}
td, th {
padding: 0px;
color: #DD9125;
}
|