mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25:07 +01:00
Update and customize prism
This commit is contained in:
parent
2ff92d6fdf
commit
4a173c6320
@ -39,8 +39,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1024px;
|
||||
max-width: 100%;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
@ -8,7 +8,6 @@ https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+cli
|
||||
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
color: #a9a9b3;
|
||||
background: none;
|
||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||
text-align: left;
|
||||
@ -39,6 +38,7 @@ pre[class*="language-"] {
|
||||
:not(pre) > code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
background: #212020 !important;
|
||||
color: inherit !important;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
@ -54,7 +54,7 @@ pre[class*="language-"] {
|
||||
.token.prolog,
|
||||
.token.doctype,
|
||||
.token.cdata {
|
||||
color: var(--light-color-secondary);
|
||||
color: rgba(255, 255, 255, .4);
|
||||
}
|
||||
|
||||
.token.punctuation {
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user