mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
2
assets/css/joe.global.min.css
vendored
2
assets/css/joe.global.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -2330,16 +2330,14 @@
|
||||
position: relative;
|
||||
}
|
||||
h1 {
|
||||
padding: 0 15px;
|
||||
padding: 0 15px 0 20px;
|
||||
&::before {
|
||||
content: '';
|
||||
content: '¶';
|
||||
color: var(--theme);
|
||||
position: absolute;
|
||||
top: 8.5px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 7px;
|
||||
width: 7px;
|
||||
border-radius: 50%;
|
||||
background: var(--theme);
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
@@ -2356,15 +2354,16 @@
|
||||
}
|
||||
}
|
||||
h3 {
|
||||
padding: 0 15px 0 20px;
|
||||
padding: 0 15px;
|
||||
&::before {
|
||||
content: '#';
|
||||
color: var(--theme);
|
||||
font-weight: 700;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
line-height: 24px;
|
||||
width: 4px;
|
||||
background: var(--theme);
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
}
|
||||
h4 {
|
||||
@@ -2455,10 +2454,11 @@
|
||||
display: inline-block;
|
||||
border-radius: var(--radius-inner);
|
||||
font-size: 12px;
|
||||
background: #fdf6ec;
|
||||
background: #ecf5ff;
|
||||
color: #409eff;
|
||||
padding: 0 8px;
|
||||
color: #e6a23c;
|
||||
vertical-align: top;
|
||||
word-break: break-all;
|
||||
}
|
||||
pre[class*='language-'] {
|
||||
position: relative;
|
||||
|
||||
2
assets/css/joe.mode.min.css
vendored
2
assets/css/joe.mode.min.css
vendored
@@ -1 +1 @@
|
||||
html{--theme: #409eff;--background: #fff;--main: #303133;--routine: #606266;--minor: #909399;--seat: #c0c4cc;--classA: #dcdfe6;--classB: #e4e7ed;--classC: #ebeef5;--classD: #f2f6fc;--radius-wrap: 8px;--radius-inner: 4px;--text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);--box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22)}html[data-night='night'] body{--theme: #54b5db;--background: #232323;--main: #999;--routine: #888;--minor: #777;--seat: #666;--classA: #515253;--classB: #454545;--classC: #414243;--classD: #303030;--text-shadow: none;--box-shadow: none}html[data-night='night'] body::before{background:#121212;z-index:-500}html[data-night='night'] .joe_header__above-logo img{display:none}html[data-night='night'] .joe_header__above-logo svg{display:block}html[data-night='night'] .joe_detail__article-video .episodes .box .item:not(.active){background:var(--classC)}html[data-night='night'] .joe_detail__article blockquote{background:var(--classD);color:var(--routine);border-color:var(--classA)}html[data-night='night'] .joe_detail__article code{background:#fdf0ec38;color:#a6aba8}html[data-night='night'] .joe_detail__article pre code{background:none;color:unset}html[data-night='night'] .joe_detail__article-anote{color:#ffffff9c}html[data-night='night'] .joe_detail__article-abtn{color:#ffffff9c}html[data-night='night'] .joe_detail__overdue-wrapper{background:var(--classD)}
|
||||
html{--theme: #409eff;--background: #fff;--main: #303133;--routine: #606266;--minor: #909399;--seat: #c0c4cc;--classA: #dcdfe6;--classB: #e4e7ed;--classC: #ebeef5;--classD: #f2f6fc;--radius-wrap: 8px;--radius-inner: 4px;--text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);--box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22)}html[data-night='night'] body{--theme: #54b5db;--background: #232323;--main: #999;--routine: #888;--minor: #777;--seat: #666;--classA: #515253;--classB: #454545;--classC: #414243;--classD: #303030;--text-shadow: none;--box-shadow: none}html[data-night='night'] body::before{background:#121212;z-index:-500}html[data-night='night'] .joe_header__above-logo img{display:none}html[data-night='night'] .joe_header__above-logo svg{display:block}html[data-night='night'] .joe_detail__article-video .episodes .box .item:not(.active){background:var(--classC)}html[data-night='night'] .joe_detail__article blockquote{background:var(--classD);color:var(--routine);border-color:var(--classA)}html[data-night='night'] .joe_detail__article code:not([class]){background:#fdf0ec38;color:#a6aba8}html[data-night='night'] .joe_detail__article-anote{color:#ffffff9c}html[data-night='night'] .joe_detail__article-abtn{color:#ffffff9c}html[data-night='night'] .joe_detail__overdue-wrapper{background:var(--classD)}
|
||||
|
||||
@@ -55,14 +55,10 @@ html[data-night='night'] {
|
||||
color: var(--routine);
|
||||
border-color: var(--classA);
|
||||
}
|
||||
.joe_detail__article code {
|
||||
.joe_detail__article code:not([class]) {
|
||||
background: #fdf0ec38;
|
||||
color: #a6aba8;
|
||||
}
|
||||
.joe_detail__article pre code {
|
||||
background: none;
|
||||
color: unset;
|
||||
}
|
||||
.joe_detail__article-anote {
|
||||
color: #ffffff9c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user