更改

删除139字节 、 2021年3月18日 (四) 21:49
无编辑摘要
第22行: 第22行:  
     border-bottom: solid 1px #ffd0d8;
 
     border-bottom: solid 1px #ffd0d8;
 
     background-color: #ffd0d8;
 
     background-color: #ffd0d8;
 +
}
 +
 +
.last-modified-bar.active {
 +
    background-color: #7f90dc;
 +
    color: #fff;
 
}
 
}
   第112行: 第117行:  
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 
body {
 
body {
   font-family: "Noto Serif CJK SC", "Noto Serif SC", "Source Han Serif SC", "Noto Serif CJK",  "Source Han Serif", source-han-serif-sc, sans-serif;
+
   font-family: 'Noto Serif SC', serif;
 
}
 
}
   第118行: 第123行:  
#content h1,  
 
#content h1,  
 
#content h2 {
 
#content h2 {
   font-family: "Noto Serif CJK SC", "Noto Serif SC", "Source Han Serif SC", "Noto Serif CJK",  "Source Han Serif", source-han-serif-sc, sans-serif;
+
   font-family: 'Noto Serif SC', serif;
 
}
 
}