Remove external link icon from Website Carbon badge

This commit is contained in:
Leilukin 2024-07-13 00:43:22 +08:00 committed by Helen Chong
parent 09b98caa5d
commit 7190e59bc8

View File

@ -193,4 +193,7 @@ p + .adoptables { margin-top: 1em; }
flex: 1;
border: 0.08em solid;
padding: 0.2em 0.4em;
}
}
/* Remove external link icon from Website Carbon badge */
#wcb_a::after { all: revert; }