kbberendsen commited on
Commit
fffe46e
·
1 Parent(s): 125526f

change notification color and width

Browse files
Files changed (1) hide show
  1. styles.css +3 -0
styles.css CHANGED
@@ -15,4 +15,7 @@
15
  position:fixed;
16
  top: calc(0%);
17
  left: calc(50% - 150px);
 
 
 
18
  }
 
15
  position:fixed;
16
  top: calc(0%);
17
  left: calc(50% - 150px);
18
+ width: 150px;
19
+ background-color: grey;
20
+ opacity: 0.1;
21
  }