1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00

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

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;