added theme and gradients and stuff
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import url('../../../shared/theme.less');
|
||||
|
||||
notification-bubble {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
@@ -39,7 +41,7 @@ notification-bubble.syntax-error {
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
notification-bubble {
|
||||
color: white;
|
||||
color: @primary-text-color-dark;
|
||||
}
|
||||
|
||||
notification-bubble.log {
|
||||
|
||||
Reference in New Issue
Block a user