diff options
author | Doge <[email protected]> | 2021-05-11 10:37:47 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-11 10:37:47 +0800 |
commit | 0aa17cb5729bf39df1cfddcd5520fd9f238cadbd (patch) | |
tree | 6fdfdc9e38dbf7b4f90884ba9ef683f03fd359c0 /layout | |
parent | 004fdd9b4ed9ffd5b18330b93255c639ad3b426b (diff) | |
download | chromate-0aa17cb5729bf39df1cfddcd5520fd9f238cadbd.tar.gz chromate-0aa17cb5729bf39df1cfddcd5520fd9f238cadbd.tar.bz2 chromate-0aa17cb5729bf39df1cfddcd5520fd9f238cadbd.zip |
Make pre code more beautiful
Diffstat (limited to 'layout')
-rw-r--r-- | layout/_partial/head.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index c499879..4ad5938 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -19,7 +19,7 @@ <% } %> <!-- Scripts and styles --> - <style>pre{background-color:none!important}@media(prefers-color-scheme:dark){*{transition:backgourd-color .5s}.card{box-shadow:none!important;background-color:#121212!important}}@media screen and (max-width:1023px){.navbar-menu{box-shadow:0 8px 16px -8px rgb(10 10 10 / 10%)!important}.post-content{padding-top:0!important}.post-card{margin:0 0 0 0!important}}.post-podcast-player{padding-bottom:1.5rem}.post-card{margin:0 1rem 0rem 1rem}.navbar-brand .navbar-item:hover{background-color:inherit!important}.entry{margin-bottom:1.5rem!important;margin-top:1.5rem!important;transition:box-shadow .1s}.entry:hover{box-shadow:0 1em 2em -0.125em rgb(10 10 10 / 10%),0 0 0 1px rgb(10 10 10 / 2%)}.pagination-bar{padding-left:.25rem;padding-right:.25rem}.footer{padding:1rem 1rem 1rem;background-color:transparent}</style> + <style>pre{background-color:none!important;padding:0%!important;}@media(prefers-color-scheme:dark){*{transition:backgourd-color .5s}.card{box-shadow:none!important;background-color:#121212!important}}@media screen and (max-width:1023px){.navbar-menu{box-shadow:0 8px 16px -8px rgb(10 10 10 / 10%)!important}.post-content{padding-top:0!important}.post-card{margin:0 0 0 0!important}}.post-podcast-player{padding-bottom:1.5rem}.post-card{margin:0 1rem 0rem 1rem}.navbar-brand .navbar-item:hover{background-color:inherit!important}.entry{margin-bottom:1.5rem!important;margin-top:1.5rem!important;transition:box-shadow .1s}.entry:hover{box-shadow:0 1em 2em -0.125em rgb(10 10 10 / 10%),0 0 0 1px rgb(10 10 10 / 2%)}.pagination-bar{padding-left:.25rem;padding-right:.25rem}.footer{padding:1rem 1rem 1rem;background-color:transparent}</style> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma/css/bulma.min.css"> <link media="none" onload="media='all'" rel="stylesheet" href="https://unpkg.com/[email protected]/css/bulma-prefers-dark.min.css" /> <noscript> |