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:
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
}