diff --git a/themes/zmin/static/css/style.css b/themes/zmin/static/css/style.css index 2854375..95102b4 100644 --- a/themes/zmin/static/css/style.css +++ b/themes/zmin/static/css/style.css @@ -3,7 +3,7 @@ body { margin: auto; padding: 1em; line-height: 1.5; - background: #110e0e; + background: #110f0e; color:#fbfaff; } @@ -16,15 +16,15 @@ a { .menu li { display: inline-block;} .article-meta, .menu a { text-decoration: none; - background:#292323; + background:#292623; padding: 5px; border-radius: 5px; } .menu h1 { - border-left: 4px solid #ff4646; + border-left: 4px solid #ffbe46; } .menu a:hover { - border-bottom: solid #ff4646; + border-bottom: solid #ffbe46; } .article-meta, footer { text-align: center;} .title { font-size: 1.1em; } @@ -56,6 +56,6 @@ blockquote { table { margin: auto; } -table thead th { border-bottom: 1px solid #2f3035; } +table thead th { border-bottom: 1px solid #35322f; } th, td { padding: 5px; } -thead, tfoot, tr:nth-child(even) { background: #2a2a2e; } +thead, tfoot, tr:nth-child(even) { background: #2e2d2a; }