5 lines
97 B
CSS
5 lines
97 B
CSS
|
.external-link {
|
||
|
border: 2px dashed #8dba25;
|
||
|
border-radius: 3px;
|
||
|
text-align: center
|
||
|
}
|