Skip to content

Commit

Permalink
base: fix detail for handsome V8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alomerry Wu committed Mar 1, 2021
1 parent c5c1f32 commit cb0052b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions css/code/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ pre code::-webkit-scrollbar-track-piece {
background: #474949;
}

code:not(.hljs) {
/* code样式修改 */
color: #c7254ed4 !important;
background-color: rgba(255, 255, 255, 0.1) !important;
}

span[class$="keyword"] {
color: #d800dc;
}
Expand Down
6 changes: 6 additions & 0 deletions css/head/heat-beat.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@

div.support-author>button.btn-pay {
animation: drop 1s infinite;
}

button.btn-pay {
color: #fff!important;
background-color: #f05050;
border-color: #f05050;
}
6 changes: 0 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@ span.badge.pull-right {
font-size: 16px;
}

code:not(.hljs) {
/* code样式修改 */
color: #c7254ed4 !important;
background-color: rgba(255, 255, 255, 0.1) !important;
}

.panel-default>.panel-footer,
.panel-default>.panel-heading {
/* 修改折叠框背景 */
Expand Down
2 changes: 1 addition & 1 deletion js/copyright.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function setClipboardText(event) {
var clipboardData = event.clipboardData || window.clipboardData;
if (clipboardData) {
event.preventDefault();
var author = "就当一次路过丶"//"<?php $this->author() ?>";
var author = "人间有味是清欢丶"//"<?php $this->author() ?>";
var url = "http://alomerry.com";//"<?php $this->options->siteUrl(); ?>";
var htmlData = ''
+ window.getSelection().toString()
Expand Down
2 changes: 1 addition & 1 deletion js/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $(document).ready(function () {
'</div>' +
'&nbsp;|&nbsp;\n' +
'<div class="github-badge">\n' +
' <a href="http://alomerry.com" target="_blank" title="Handsome由就当一次路过丶修改">\n' +
' <a href="http://alomerry.com" target="_blank" title="Handsome由人间有味是清欢丶修改">\n' +
' <span class="badge-subject">Modified</span>' +
' <span class="badge-value bg-red">Alomerry</span>\n' +
' </a>\n' +
Expand Down

0 comments on commit cb0052b

Please sign in to comment.