Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2018-08-05 00:44:42 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-08-05 00:44:42 +0300
commitf85bd6532a3ceba8e2da46156fddeb733ced8ab5 (patch)
tree368d3ea96daf35e99aec80ff95c6386caa12bda3 /assets
parent9e9d66a5140e8b95c3bddc77107a06ce7eccfecf (diff)
parent6ba0c770f39cef4dbde079b0e59ff85e553ea931 (diff)
Merge branch 'master' of framagit.org:Bridouz/hugo-theme-huginn
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index ef308d2..10815ba 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -33,7 +33,7 @@ aside {
margin: 12px 0
}
#social {
- background: #eff1f6;
+ background: #ebeffa;
font-size: 1.2rem;
padding: .8rem
}
@@ -47,7 +47,7 @@ main {
}
article {
padding: 1rem 1rem 3rem 1rem;
- background-color: #eff1f6;
+ background-color: #ebeffa;
margin-bottom: .4rem
}
header {
@@ -82,7 +82,7 @@ time {
}
footer {
margin: 4rem 0 1rem 0;
- background: #eff1f6;
+ background: #ebeffa;
text-align: center;
clear: both
}