kbberendsen commited on
Commit
90653a5
·
1 Parent(s): dec7726

color and position update (notification)

Browse files
Files changed (1) hide show
  1. styles.css +2 -2
styles.css CHANGED
@@ -14,7 +14,7 @@
14
  .shiny-notification {
15
  position:fixed;
16
  top: calc(0%);
17
- margin: 0 auto;
18
  width: 200px;
19
- background-color: rgba(120, 125, 130,.9);
20
  }
 
14
  .shiny-notification {
15
  position:fixed;
16
  top: calc(0%);
17
+ margin: auto;
18
  width: 200px;
19
+ background-color: rgba(182, 186, 191,.9);
20
  }