Skip to content

Commit

Permalink
0.881
Browse files Browse the repository at this point in the history
  • Loading branch information
solstice23 committed Mar 8, 2020
1 parent 9407568 commit cd0fb02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Argon 使用 [GPL V3.0](https://github.com/solstice23/argon-theme/blob/master/LI

# 更新日志

## 20200309 v0.881
+ 修 BUG

## 20200309 v0.880
+ 增加夜间模式切换方案 (默认日间/默认夜间/跟随系统自动切换/根据时间自动切换)
+ 优化性能
Expand Down
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "0.880",
"version" : "0.881",
"details_url" : "https://github.com/solstice23/argon-theme/releases",
"download_url" : "https://github.com/solstice23/argon-theme/releases/download/v0.880/argon.zip"
"download_url" : "https://github.com/solstice23/argon-theme/releases/download/v0.881/argon.zip"
}
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: argon
Author: solstice23
Author URI: https://solstice23.top/
Description: 轻盈、简洁、美观的 Wordpress 主题
Version: 0.880
Version: 0.881
License: GNU General Public License v3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 简约, 两栏, 侧栏在左边, 浮动侧栏, 文章目录, 自适应, 夜间模式, 可自定义
Expand Down Expand Up @@ -2567,6 +2567,11 @@ html.darkmode .CtxtMenu_Menu {
#leftbar_part1 , #leftbar_part2{
box-shadow: none !important;
}
#leftbar_part2{
position: relative !important;
width: 100% !important;
top: unset !important;
}
#leftbar_part2_inner{
max-height: unset;
height: max-content;
Expand Down

0 comments on commit cd0fb02

Please sign in to comment.