12 lines
128 B
CSS
12 lines
128 B
CSS
body a {
|
|
color: #00688D;
|
|
}
|
|
|
|
body.inline-link a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
body.small {
|
|
font-size: 0.875rem;
|
|
}
|