diff --git a/static/css/style.scss b/static/css/style.scss index 7807fda..3e2ec85 100644 --- a/static/css/style.scss +++ b/static/css/style.scss @@ -541,3 +541,16 @@ body { } } {% endfor %} + +/* style for browser-update banner */ +div.buorg { + border-bottom: unset; + background-color: inherit; + color: inherit; + @include dark{ + box-shadow: 0 0 5px rgba(255, 255, 255, 0.2); + #buorgig, #buorgul, #buorgpermanent { + box-shadow: 0 0 2px rgba(255, 255, 255, 0.4); + } + } +} diff --git a/static/js/browser-update.js b/static/js/browser-update.js index be772d0..6387243 100644 --- a/static/js/browser-update.js +++ b/static/js/browser-update.js @@ -1,4 +1,4 @@ -var $buoop = {vs:{i:10,f:-4,o:-4,s:8,c:-4},unsecure:true,api:4}; +var $buoop = {vs:{i:10,f:68,o:44,s:8,c:57},unsecure:true,api:4}; function $buo_f(){ var e = document.createElement("script"); e.src = "//browser-update.org/update.min.js";