Files
honoka-chan/static/templates/admin/nav/css.html
T
YumeMichi c77241a883 Overhaul [1/n]
Signed-off-by: Sean Du <do4suki@gmail.com>
2026-01-29 02:42:28 +08:00

36 lines
764 B
HTML

{{ define "admin/nav/css.html" }}
<link rel="shortcut icon" href="/static/images/favicon.ico">
<link rel="stylesheet" href="/static/css/layui.css">
<style>
.sif-title {
font-size: 1.3em;
color: aliceblue;
}
.layui-body {
padding-top: 30px;
}
.layui-header {
background-color: #e4007f !important;
}
.layui-side {
background-color: #e4007f;
}
.layui-nav {
background-color: #e4007f;
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
background-color: #ff6699 !important;
}
</style>
{{ end }}