程式、信仰、人生
其實我一直覺得 logdown 的版面沒那麼對我的胃口,所以我小小的修改了一下,讓我使用的時候看起來更舒服。
這樣有比較好嗎?應該有吧XD
如果你也想達到這樣的效果:
在 dashboard 按->blog設定->佈景主題->選擇目前的佈景主題來修改
在 裡面加上
<style> .html { font-size: 20px; } body { background: white; } .title { font-size: 1.5rem; } .content .container { background: white; border-radius: initial; box-shadow: initial; } .content .container::before { width: 0; height: 0; } .content .container::after { width: 0; height: 0; } figure.code pre { background-color: #F7F7F7; } .pagination > ul > li > a:hover { background: #4d4d4d; color: white; } .pagination > ul > li.active > a { color: #f9f9f9; } .content .post .article { font-size: 1.1rem; } code { border-radius: 4px; } </style>
就可以囉!