mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-23 15:04:22 +01:00
Update njump url
This commit is contained in:
@@ -664,8 +664,12 @@ body.note .column_content .profile_intro .published_at {
|
||||
}
|
||||
|
||||
.footer {
|
||||
color: #9a9a9a;
|
||||
font-size: 0.8rem;
|
||||
text-align: center;
|
||||
}
|
||||
.footer a {
|
||||
color: #9a9a9a;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
|
||||
@@ -643,6 +643,10 @@ body.note {
|
||||
}
|
||||
|
||||
.footer {
|
||||
color: $color-base5;
|
||||
font-size: 0.8rem;
|
||||
text-align: center;
|
||||
a {
|
||||
color: $color-base5;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div class="background"></div>
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://git.fiatjaf.com/njump">njump</a>
|
||||
powered by <a href="https://github.com/fiatjaf/njump">njump</a>
|
||||
</div>
|
||||
|
||||
<svg width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<div id="event">{{.eventJSON}}</div>
|
||||
<div style="display: flex; justify-content: flex-end">
|
||||
<span>
|
||||
powered by <a href="https://git.fiatjaf.com/njump">njump</a>
|
||||
powered by <a href="https://github.com/fiatjaf/njump">njump</a>
|
||||
</span>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user