Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
30 lines
815 B
Plaintext
30 lines
815 B
Plaintext
.token.punctuation.brace-hover,
|
|
.token.punctuation.brace-selected {
|
|
outline: solid 1px;
|
|
}
|
|
|
|
.rainbow-braces .token.punctuation.brace-level-1,
|
|
.rainbow-braces .token.punctuation.brace-level-5,
|
|
.rainbow-braces .token.punctuation.brace-level-9 {
|
|
color: #E50;
|
|
opacity: 1;
|
|
}
|
|
.rainbow-braces .token.punctuation.brace-level-2,
|
|
.rainbow-braces .token.punctuation.brace-level-6,
|
|
.rainbow-braces .token.punctuation.brace-level-10 {
|
|
color: #0B3;
|
|
opacity: 1;
|
|
}
|
|
.rainbow-braces .token.punctuation.brace-level-3,
|
|
.rainbow-braces .token.punctuation.brace-level-7,
|
|
.rainbow-braces .token.punctuation.brace-level-11 {
|
|
color: #26F;
|
|
opacity: 1;
|
|
}
|
|
.rainbow-braces .token.punctuation.brace-level-4,
|
|
.rainbow-braces .token.punctuation.brace-level-8,
|
|
.rainbow-braces .token.punctuation.brace-level-12 {
|
|
color: #E0E;
|
|
opacity: 1;
|
|
}
|