fix bubble border on syntax error

This commit is contained in:
David Meincke
2022-03-24 00:21:14 +01:00
parent c81b04cde3
commit 5fb596daae
@@ -32,7 +32,7 @@ notification-bubble.error {
notification-bubble.syntax-error {
background-color: #ff6262;
background-color: #d15353;
border-color: #d15353;
font-size: 22px;
padding: 30px;
}
@@ -64,6 +64,6 @@ notification-bubble.syntax-error {
notification-bubble.syntax-error {
background-color: #470000;
background-color: #2b0000;
border-color: #2b0000;
}
}