mirror of
https://github.com/github/codeql.git
synced 2026-02-07 18:51:06 +01:00
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
$(".alert").css({
|
|
backgroundColor: "orange",
|
|
fontWeight: "bold",
|
|
backgroundColor: "orange"
|
|
}); |