Style update
This commit is contained in:
parent
75019b1778
commit
da73d14e04
|
@ -23953,17 +23953,18 @@ pre[class*="language-"] {
|
|||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
background: #f5f7ff;
|
||||
color: #5e6687;
|
||||
/* background: #f5f7ff;
|
||||
color: #5e6687; */
|
||||
border-radius: .25rem;
|
||||
}
|
||||
/* 虽然直接改这个 Argon 框架里面的东西不太好,但是实在找不到这个优先级问题的处理办法了 QwQ */
|
||||
|
||||
pre[class*="language-"]::-moz-selection,
|
||||
pre[class*="language-"] ::-moz-selection,
|
||||
code[class*="language-"]::-moz-selection,
|
||||
code[class*="language-"] ::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #dfe2f1;
|
||||
/* background: #dfe2f1; */
|
||||
}
|
||||
|
||||
pre[class*="language-"]::selection,
|
||||
|
@ -23971,7 +23972,7 @@ pre[class*="language-"] ::selection,
|
|||
code[class*="language-"]::selection,
|
||||
code[class*="language-"] ::selection {
|
||||
text-shadow: none;
|
||||
background: #dfe2f1;
|
||||
/* background: #dfe2f1; */
|
||||
}
|
||||
|
||||
/* Code blocks */
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
line-height: 1.7;
|
||||
}
|
||||
/* post content style */
|
||||
article, article a {
|
||||
article, article .post-title a {
|
||||
color: #172b4d;
|
||||
}
|
||||
article{
|
||||
|
@ -49,12 +49,13 @@ blockquote:before {
|
|||
line-height: 0;
|
||||
}
|
||||
code, pre {
|
||||
font-family: consolas, Courier, monospace, sans-serif;
|
||||
font-size: .9em;
|
||||
font-family: Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;
|
||||
background: #f0f0f0;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
code {
|
||||
padding:.1em .5em;
|
||||
}
|
||||
.flex-container {
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
|
@ -66,7 +67,6 @@ code, pre {
|
|||
|
||||
.flex-footer {
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
.friend {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<link href="https://cdn.staticfile.org/font-awesome/5.15.3/css/all.css" rel="stylesheet">
|
||||
|
||||
<!-- Argon Theme CSS -->
|
||||
<link type="text/css" href="<?php $this->options->themeUrl('/assets/css/argon-design-system.min.css')?>" rel="stylesheet">
|
||||
<link type="text/css" href="<?php $this->options->themeUrl('/assets/css/argon-design-system.css')?>" rel="stylesheet">
|
||||
|
||||
<!-- Sky CSS-->
|
||||
<link type="text/css" href="<?php $this->options->themeUrl('/assets/style.css')?>" rel="stylesheet">
|
||||
|
@ -38,7 +38,7 @@
|
|||
<script src="<?php $this->options->themeUrl('/assets/js/argon-design-system.min.js');?>"></script>
|
||||
|
||||
<!-- Highlight.js via jsDelivr -->
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.1.0/build/styles/default.min.css">
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.1.0/build/styles/atom-one-dark.min.css">
|
||||
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.1.0/build/highlight.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue