task_tracker/web/angular/src/app/index/index.component.css
2019-02-20 17:34:23 -05:00

13 lines
198 B
CSS

h3 {
border-bottom: 1px solid rgba(0,0,0,.12);
font-weight: 300;
font-size: 24px;
line-height: 32px;
margin: 40px 0 20px;
padding-bottom: 3px;
}
pre {
color: #ff4081;
}