1
0
This commit is contained in:
syui 2024-04-06 22:38:23 +09:00
parent d08141d83c
commit 2043838f6c
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
8 changed files with 18 additions and 6 deletions

View File

@ -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>

View File

@ -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;

View File

@ -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.