diff options
| author | 2024-08-02 13:32:12 +0800 | |
|---|---|---|
| committer | 2024-08-02 13:32:12 +0800 | |
| commit | 98880d29d8fd8b44fc5677dd44dd758bf7ff0d44 (patch) | |
| tree | 930e841ab140b0c77be9e9ab8558d77d1f65dab1 | |
| parent | 60a209897ad5855ff692a0385386655e197f1784 (diff) | |
| download | journal-98880d29d8fd8b44fc5677dd44dd758bf7ff0d44.tar.gz journal-98880d29d8fd8b44fc5677dd44dd758bf7ff0d44.zip | |
style: revert style.css
| -rw-r--r-- | themes/hugo-xmag/static/css/style.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/hugo-xmag/static/css/style.css b/themes/hugo-xmag/static/css/style.css index 5072ddd..40f6622 100644 --- a/themes/hugo-xmag/static/css/style.css +++ b/themes/hugo-xmag/static/css/style.css @@ -17,8 +17,8 @@ main { margin-bottom: 15px; } /* header and footer areas */ .header { - border-top: 5px solid #313c6710; - border-bottom: 4px double #313c6710; + border-top: 5px solid #666; + border-bottom: 4px double #666; text-align: center; padding: 15px 0 5px; } @@ -65,7 +65,7 @@ main { margin-bottom: 15px; } font-size: .9em; font-weight: bolder; text-transform: uppercase; - color: #313c6710; + color: #666; } h1 a:hover { text-decoration: underline; } .article-list h1 { margin: .2em auto .2em 0; } @@ -85,7 +85,7 @@ article { padding: 1em; } .pagination li, .terms li { display: inline; } .pagination a { padding: 0 .2em; } .footer { - background: #313c6710; + background: #666; padding: 1em 0; } .footer, .footer a { color: #fff; } @@ -132,8 +132,8 @@ blockquote { table { margin: 1em auto auto; - border-top: 1px solid #313c6710; - border-bottom: 1px solid #313c6710; + border-top: 1px solid #666; + border-bottom: 1px solid #666; } table thead th { border-bottom: 1px solid #ddd; } th, td { padding: 5px; } @@ -145,7 +145,7 @@ tr:nth-child(even) { background: #eee } float: left; overflow: hidden; margin: 5px 8px 5px 0; - box-shadow: 0 0 8px #313c6710; + box-shadow: 0 0 8px #666; } .thumbnail img { width: 100%; |
