WriteFreely深色模式CSS分享2(午夜紫)v1

#WriteFreely #網站相關

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
*{
    font-family: 'Noto Sans TC', sans-serif!important;
}

a,nav,a:visited{
        color:#dce4f5!important;
}
li a{
    color:#777!important;
}
a:hover{
    text-decoration: underline dotted!important;

}
code{
    color:#e6478e;
}
body:not(code){
    background-color: #3c374a;
    color:#f5f0dc!important;
    
}
/* Blog description (underneath title) on index page */
header p.description,h2,h3,h4,blockquote,time{
    color:#f5f0dc!important;
}

.post-title a.u-url:link{
    text-decoration: none!important;
}
.post-title a.u-url:hover{
    text-decoration: underline dotted!important;
}

/* "Read more..." links */
body#collection a.read-more {
    text-decoration: none!important;
}

/* Links inside blog posts */
article p a {
    text-decoration: none!important;
}
article p a:hover {
    text-decoration: underline dotted!important;
}

/*

    RECIPES
    These are common patterns you may want to use on your blog.

*/

/* Center images */
img {
    display: block;
    margin: 0 auto;
}

/* Disable post header fade effect */
body#post header{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

/* Hide post views */
header nav .views {
    display: none;
}

已知問題:(可能須自行斟酌調整)