5 lines
161 B
CSS
5 lines
161 B
CSS
|
/* Just making sure that more than one level of external css is included */
|
||
|
h1, h2, h3, h4, h5, h6 {
|
||
|
color: #0A396E;
|
||
|
border-bottom: 1px dotted #474747;
|
||
|
}
|