aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/themes/hugo-xmag/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-xmag/static/css/style.css')
-rw-r--r--themes/hugo-xmag/static/css/style.css14
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%;