fix bubble border on syntax error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user