mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +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;
|
|
}
|