mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
8 lines
170 B
CSS
8 lines
170 B
CSS
|
a {
|
||
|
border-radius: 5px;
|
||
|
border-top-left-radius: 3px;
|
||
|
border-top-right-radius: 3px;
|
||
|
border-bottom-right-radius: 3px;
|
||
|
border-bottom-left-radius: 3px;
|
||
|
}
|