修改目录颜色

This commit is contained in:
ember 2025-04-12 15:38:33 +08:00
parent 42ec60c395
commit cc75339cf1
8 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.2587987c.js"></script><script defer="defer" src="/js/app.d9e34144.js"></script><link href="/css/app.91c3e0f8.css" rel="stylesheet"></head><body><noscript><strong>抱歉NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.2587987c.js"></script><script defer="defer" src="/js/app.636fb7aa.js"></script><link href="/css/app.91c3e0f8.css" rel="stylesheet"></head><body><noscript><strong>抱歉NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/js/874.722a41f6.js vendored Normal file

File diff suppressed because one or more lines are too long

2
dist/js/app.636fb7aa.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -859,19 +859,19 @@ export default {
a { a {
display: block; display: block;
padding: 0.25rem 0; padding: 0.25rem 0;
color: #3273dc; color: #676464;
text-decoration: none; text-decoration: none;
font-size: 0.95rem; font-size: 0.95rem;
transition: color 0.2s; transition: color 0.2s;
&:hover { &:hover {
color: #3273dc; color: #332e2e;
} }
} }
&.active > a { &.active > a {
color: #3273dc; color: #2b2525;
font-weight: 600; font-weight: bold;
} }
&.level-1 { &.level-1 {