ソースを参照

adding Copim favicon

joel
Simon Bowie 1年前
コミット
a770f2dc86
4個のファイルの変更6行の追加0行の削除
  1. バイナリ
      web/app/static/images/favicon-no_bg.png
  2. バイナリ
      web/app/static/images/favicon.png
  3. +4
    -0
      web/app/static/styles/main.css
  4. +2
    -0
      web/app/templates/base.html

バイナリ
web/app/static/images/favicon-no_bg.png ファイルの表示

変更前 変更後
幅: 221  |  高さ: 222  |  サイズ: 9.9KB

バイナリ
web/app/static/images/favicon.png ファイルの表示

変更前 変更後
幅: 221  |  高さ: 222  |  サイズ: 4.1KB

+ 4
- 0
web/app/static/styles/main.css ファイルの表示

@@ -1085,6 +1085,10 @@ select {
gap: 1rem;
}

.facts a {
text-decoration: underline;
}

@media (min-width: 1024px) {

.facts {

+ 2
- 0
web/app/templates/base.html ファイルの表示

@@ -334,6 +334,8 @@
<script src="{{ url_for('static',filename='js/alpine.min.js') }}" defer></script>
<script src="{{ url_for('static',filename='js/htmx.min.js') }}"></script>
<link href="{{ url_for('static',filename='styles/main.css') }}" rel="stylesheet">
<link rel="shortcut icon" href="{{ url_for('static',filename='images/favicon-no_bg.png') }}" type="image/x-icon">
<link rel="icon" href="{{ url_for('static',filename='images/favicon-no_bg.png') }}" type="image/x-icon">
<script>
// htmx.on('htmx:beforeRequest', e=> {
// console.log(e)

読み込み中…
キャンセル
保存