14 lines
233 B
CSS
14 lines
233 B
CSS
/* Instance HTML from the API. */
|
|
.instance-description a {
|
|
@apply underline;
|
|
}
|
|
|
|
.instance-description b,
|
|
.instance-description strong {
|
|
@apply font-bold;
|
|
}
|
|
|
|
.instance-description i,
|
|
.instance-description em {
|
|
@apply italic;
|
|
}
|