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 Bridouz <justin.berthault@zaclys.net>2018-08-01 23:59:55 +0300
committerJustin Bridouz <justin.berthault@zaclys.net>2018-08-01 23:59:55 +0300
commit6ba0c770f39cef4dbde079b0e59ff85e553ea931 (patch)
treee3935c39e678a6abcdb9e74dae2a01b9bd69f187 /assets
parentd36c97a23a9415cf18e02a37248c0744d8a3bf90 (diff)
article, social and footer were too bright
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 002b381..237b222 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
}