mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Merge branch 'browser-update' into master
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
This commit is contained in:
commit
60c700ebfd
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue