diff options
author | Doge <[email protected]> | 2021-05-22 20:59:07 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-22 20:59:07 +0800 |
commit | 05a646a7ef4b001fd4cb314173812d0674a5a0ea (patch) | |
tree | 0b0be3b1645a1c0443bba5f95851cad703447e31 /layout/_partial/head.ejs | |
parent | c2da19e13d5b38c465192c0d4ac0437c01c4fb22 (diff) | |
download | chromate-05a646a7ef4b001fd4cb314173812d0674a5a0ea.tar.gz chromate-05a646a7ef4b001fd4cb314173812d0674a5a0ea.tar.bz2 chromate-05a646a7ef4b001fd4cb314173812d0674a5a0ea.zip |
Add site boardcast support with mourn mode
Diffstat (limited to 'layout/_partial/head.ejs')
-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 e093db6..5e3296a 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -26,7 +26,7 @@ <% } %> <!-- Scripts and styles --> - <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}img:not([src*=".svg"]){filter:brightness(.7) contrast(1.2)}}@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!important}}.post-podcast-player{padding-bottom:1.5rem}.post-card{margin:0 1rem 0 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 -.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!important;background-color:transparent!important}</style> + <style>pre{background-color:none!important;padding:0!important}#mourn{filter:grayscale(1)!important;-webkit-filter:grayscale(1)!important}@media(prefers-color-scheme:dark){*{transition:backgourd-color .5s}.card{box-shadow:none!important;background-color:#121212!important}img:not([src*=".svg"]){filter:brightness(.7) contrast(1.2)}}@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!important}}.post-podcast-player{padding-bottom:1.5rem}.post-card{margin:0 1rem 0 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 -.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!important;background-color:transparent!important}</style> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma/css/bulma.min.css"> <link media="(prefers-color-scheme: dark)" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jloh/bulma-prefers-dark/css/bulma-prefers-dark.min.css"> </head>
\ No newline at end of file |