fix
This commit is contained in:
parent
d08141d83c
commit
2043838f6c
@ -38,7 +38,7 @@
|
|||||||
<a class="menu-link-left-black" href="https://manga.syui.ai"><i class="fa-regular fa-comment-dots"></i></a>
|
<a class="menu-link-left-black" href="https://manga.syui.ai"><i class="fa-regular fa-comment-dots"></i></a>
|
||||||
<a class="menu-link-left-black" href="https://vrm.syui.ai"><i class="fa-solid fa-cube"></i></a>
|
<a class="menu-link-left-black" href="https://vrm.syui.ai"><i class="fa-solid fa-cube"></i></a>
|
||||||
<a class="menu-link-left-black" href="https://term.syui.ai"><span class="icon-aiterm"></span></a>
|
<a class="menu-link-left-black" href="https://term.syui.ai"><span class="icon-aiterm"></span></a>
|
||||||
<a class="menu-link-left-black" href="https://git.syui.ai/ai"><i class="fa-brands fa-git-alt"></i></a>
|
<a class="menu-link-left-black" href="https://git.syui.ai/ai"><span class="icon-git_bg"></span></a>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<a class="menu-link-left-black" href="https://git.syui.ai/ai/ue"><i class="fa-solid fa-gamepad"></i></a>
|
<a class="menu-link-left-black" href="https://git.syui.ai/ai/ue"><i class="fa-solid fa-gamepad"></i></a>
|
||||||
|
@ -1123,6 +1123,10 @@ a.menu-link-left-black span.icon-aiterm {
|
|||||||
color: #fff700;
|
color: #fff700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.menu-link-left-black span.icon-git_bg {
|
||||||
|
color: #fff700;
|
||||||
|
}
|
||||||
|
|
||||||
li.commit {
|
li.commit {
|
||||||
background-color: #f1f1f1;
|
background-color: #f1f1f1;
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'icomoon';
|
font-family: 'icomoon';
|
||||||
src: url('../fonts/icomoon.eot?n3nelm');
|
src: url('../fonts/icomoon.eot?3kprot');
|
||||||
src: url('../fonts/icomoon.eot?n3nelm#iefix') format('embedded-opentype'),
|
src: url('../fonts/icomoon.eot?3kprot#iefix') format('embedded-opentype'),
|
||||||
url('../fonts/icomoon.ttf?n3nelm') format('truetype'),
|
url('../fonts/icomoon.ttf?3kprot') format('truetype'),
|
||||||
url('../fonts/icomoon.woff?n3nelm') format('woff'),
|
url('../fonts/icomoon.woff?3kprot') format('woff'),
|
||||||
url('../fonts/icomoon.svg?n3nelm#icomoon') format('svg');
|
url('../fonts/icomoon.svg?3kprot#icomoon') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
@ -25,6 +25,12 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-git_bg:before {
|
||||||
|
content: "\e9d4";
|
||||||
|
}
|
||||||
|
.icon-git:before {
|
||||||
|
content: "\e9d3";
|
||||||
|
}
|
||||||
.icon-moji_k .path1:before {
|
.icon-moji_k .path1:before {
|
||||||
content: "\e900";
|
content: "\e900";
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(0, 0, 0);
|
||||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 171 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user