mirror of
https://github.com/swc-project/swc.git
synced 2024-12-27 07:34:20 +03:00
9 lines
108 B
CSS
9 lines
108 B
CSS
a {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
}
|
|
b {
|
|
-webkit-appearance: auto;
|
|
appearance: auto;
|
|
}
|