浏览代码

adding Copim favicon

joel
Simon Bowie 2 年前
父节点
当前提交
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 查看文件

gap: 1rem; gap: 1rem;
} }


.facts a {
text-decoration: underline;
}

@media (min-width: 1024px) { @media (min-width: 1024px) {


.facts { .facts {

+ 2
- 0
web/app/templates/base.html 查看文件

<script src="{{ url_for('static',filename='js/alpine.min.js') }}" defer></script> <script src="{{ url_for('static',filename='js/alpine.min.js') }}" defer></script>
<script src="{{ url_for('static',filename='js/htmx.min.js') }}"></script> <script src="{{ url_for('static',filename='js/htmx.min.js') }}"></script>
<link href="{{ url_for('static',filename='styles/main.css') }}" rel="stylesheet"> <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> <script>
// htmx.on('htmx:beforeRequest', e=> { // htmx.on('htmx:beforeRequest', e=> {
// console.log(e) // console.log(e)

正在加载...
取消
保存