High Contrast theme update (#1265)

This commit is contained in:
Francesco Spissu
2022-08-01 15:24:52 +02:00
committed by GitHub
parent e156dcc213
commit d7f7010bb5
7 changed files with 131 additions and 1 deletions

View File

@@ -71,4 +71,10 @@
width: 100%;
box-sizing: border-box;
}
}
/* High Contrast Theme rules */
/* TODO: Remove it when the Theia version is upgraded to 1.27.0 and use Theia APIs to implement it*/
.hc-black.hc-theia.theia-hc .certificate-add {
background-color: var(--theia-editorWidget-background);
}