mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
13 lines
206 B
CSS
13 lines
206 B
CSS
a {
|
|
-webkit-appearance: NONE;
|
|
-moz-appearance: NONE;
|
|
-ms-appearance: NONE;
|
|
APPEARANCE: NONE;
|
|
}
|
|
b {
|
|
-webkit-appearance: AUTO;
|
|
-moz-appearance: AUTO;
|
|
-ms-appearance: AUTO;
|
|
APPEARANCE: AUTO;
|
|
}
|