Sync accepted GitHop state and prompt records
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/hop-home.css?v=4">
|
||||
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/hop-prompts.css?v=3">
|
||||
<script src="{{AssetUrlPrefix}}/js/hop-native-v14.js?v=1"></script>
|
||||
@@ -0,0 +1,15 @@
|
||||
<link rel="preload" href="{{AssetUrlPrefix}}/img/hop.svg?v=4" as="image" type="image/svg+xml">
|
||||
<style>
|
||||
html:not([data-hop-native="true"]) {
|
||||
background: var(--color-body);
|
||||
}
|
||||
|
||||
html:not([data-hop-native="true"]) body {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#navbar-logo img {
|
||||
content: url("{{AssetUrlPrefix}}/img/hop.svg?v=4");
|
||||
}
|
||||
</style>
|
||||
<noscript><style>html body { visibility: visible !important; }</style></noscript>
|
||||
Reference in New Issue
Block a user