mirror of
https://github.com/simon987/task_tracker.git
synced 2025-04-18 18:06:41 +00:00
13 lines
198 B
CSS
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;
|
|
}
|