XEP style: fix CVE background in dark mode

This commit is contained in:
Georg Lukas 2021-04-08 15:16:23 +02:00
parent c724ddc348
commit 0310636ca9
1 changed files with 4 additions and 0 deletions

View File

@ -1712,6 +1712,10 @@
figure.example {
background-color: #282828;
}
figure.cve {
border: 5px solid rgba(120, 0, 0, 1.0);
background-color: #200000;
}
.box {
color: #ccc;