UI: Web Assets v2 upgrade #85

Merged
Márton Lente merged 52 commits from martonlente/extensions-website:ui/web-assets-v2-upgrade into main 2024-04-30 17:57:33 +02:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit c9450a9232 - Show all commits

View File

@ -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

View File

@ -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>