Remove external link icon from Website Carbon badge

This commit is contained in:
Helen Chong 2024-07-13 00:43:22 +08:00
parent d35a560563
commit 2578a9b6e9
1 changed files with 4 additions and 1 deletions

View File

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