bump css version
This commit is contained in:
parent
cdc856afbb
commit
693820256d
|
@ -1,3 +1,3 @@
|
|||
<!-- Scripts -->
|
||||
{% include relBase.html %}
|
||||
<script src="{{ relBase }}/assets/js/set-20200925-r1.js"></script>
|
||||
<script src="{{ relBase }}/assets/js/set-20201109.js"></script>
|
||||
|
|
|
@ -12,12 +12,12 @@ layout: nil
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="/assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="/assets/css/colors-20200925-r1.css" />
|
||||
<link rel="stylesheet" href="/assets/css/main-20200925-r1.css" />
|
||||
<link rel="stylesheet" href="/assets/css/colors-20201109.css" />
|
||||
<link rel="stylesheet" href="/assets/css/main-20201109.css" />
|
||||
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="/assets/css/noscripts-20200925-r1.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="/assets/css/noscripts-20201109.css" /></noscript>
|
||||
|
||||
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
|
||||
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
{% include relBase.html %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/colors-20200925-r1.css" />
|
||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20200925-r1.css" />
|
||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/colors-20201109.css" />
|
||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20201109.css" />
|
||||
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20200925-r1.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20201109.css" /></noscript>
|
||||
|
||||
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
|
||||
|
||||
|
|
|
@ -304,7 +304,9 @@ a:hover {
|
|||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
|
||||
-webkit-animation: moirage 20s ease infinite;
|
||||
-moz-animation: moirage 20s ease infinite;
|
||||
animation: moirage 20s ease infinite;
|
||||
}
|
||||
.description {
|
||||
min-height: unset;
|
||||
|
|
|
@ -44,3 +44,19 @@
|
|||
50%{background-size:150% 100%}
|
||||
100%{background-size:100% 150%}
|
||||
}
|
||||
|
||||
@-webkit-keyframes moirage {
|
||||
0%{background-size:110%}
|
||||
50%{background-size:120%}
|
||||
100%{background-size:110%}
|
||||
}
|
||||
@-moz-keyframes moirage {
|
||||
0%{background-size:110%}
|
||||
50%{background-size:120%}
|
||||
100%{background-size:110%}
|
||||
}
|
||||
@keyframes moirage {
|
||||
0%{background-size:110%}
|
||||
50%{background-size:120%}
|
||||
100%{background-size:110%}
|
||||
}
|
Loading…
Reference in a new issue