Update color scheme to match latest design system (#1508)

* import variables from main UI

* apply colors

* change hint styles

* update table styling

* remove box shadow from images

* update sponsor and page ref styles

* change code highlighting theme to add more contrast

* replace link icon with google material svg

* replace fontawesome with google material icons

* remove fa assets

* fix missing mastodon fa icon in footer

* tweak alignment of hint svg icons

* tweak inline code background
This commit is contained in:
Michael Stanclift 2024-08-22 06:46:16 -05:00 committed by GitHub
parent b59b7fea62
commit 1d43a44b22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 122 additions and 3919 deletions

View file

@ -1,4 +1,4 @@
<a href="{{ relref . (.Get "ref") }}" class="page-ref">
<div class="page-ref-icon"><i class="fa fa-arrow-right"></i></div>
<div class="page-ref-icon"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11v2h12l-5.5 5.5l1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5L16 11z"/></svg></div>
{{ .Get "caption" | markdownify }}
</a>