mirror of
https://github.com/swc-project/swc.git
synced 2025-01-01 18:16:09 +03:00
9 lines
108 B
CSS
9 lines
108 B
CSS
a {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
}
|
|
b {
|
|
-webkit-appearance: auto;
|
|
appearance: auto;
|
|
}
|