From dcc1546a8281c9fe9da11865beb7becf2c90daab Mon Sep 17 00:00:00 2001 From: "Mr.Lin" Date: Sun, 23 Feb 2020 00:37:06 +0800 Subject: [PATCH] Update onemoe.less --- onedrive-index-theme-disk/onemoe.less | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/onedrive-index-theme-disk/onemoe.less b/onedrive-index-theme-disk/onemoe.less index 4c7d156..b856d89 100644 --- a/onedrive-index-theme-disk/onemoe.less +++ b/onedrive-index-theme-disk/onemoe.less @@ -125,6 +125,7 @@ body { transition: 0.2s; &:hover { text-shadow: none; + font-size: 3.8rem; } } } @@ -160,10 +161,6 @@ body { div.list-header-container { margin-top: 2rem; div.readme { - svg, - span { - display: none; - } p { font-size: large; padding: 0 2rem; @@ -346,18 +343,12 @@ body { // 底部readme div.onemoe-readme { width: 100%; - margin: 50px auto 0; + margin: 4rem auto 0; border-radius: 3px; border: solid 5px rgba(137, 43, 226, 0.2); box-sizing: border-box; - div.readme { - svg, - span { - display: none; - } - div.markdown-body { - margin: 10px 25px; - } + div.markdown-body { + padding: 1rem; } &:hover { box-shadow: 0 0 10px rgba(137, 43, 226, 0.25);