UI: Web Assets v2 upgrade #85
@ -36,6 +36,13 @@
|
|||||||
.show
|
.show
|
||||||
opacity: 1
|
opacity: 1
|
||||||
|
|
||||||
|
.text-accent
|
||||||
|
color: var(--color-accent)
|
||||||
|
|
||||||
|
a.text-accent
|
||||||
|
&:hover
|
||||||
|
color: var(--color-accent)
|
||||||
|
|
||||||
.text-underline
|
.text-underline
|
||||||
text-decoration: underline !important
|
text-decoration: underline !important
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
<div class="my-5 text-center">
|
<div class="my-5 text-center">
|
||||||
Got an add-on or theme to share with the community?
|
Got an add-on or theme to share with the community?
|
||||||
<a href="{% url 'extensions:submit' %}" class="text-primary ms-2">
|
<a href="{% url 'extensions:submit' %}" class="text-accent ms-2">
|
||||||
Upload
|
Upload
|
||||||
<i class="i-chevron-right"></i>
|
<i class="i-chevron-right"></i>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user