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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-24 23:25:36 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 23:25:36 +0300
commitf4edf48cfb093919df01f214d61d96ccaf14f141 (patch)
treeaaed8b67e8328a93416cb20f27802dd658afe2af /static
parent6ff014549380448b586306250aff1bfc23cea0ba (diff)
Make style of title page more elegant
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 3be6e50..5fe273c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -17,16 +17,16 @@ main {
height: 100%;
min-height: inherit;
background-color: rgba(0, 0, 0, 0.3);
- color: rgba(255, 255, 255, 0.9);
+ color: #fff;
}
.header-text .tag-line {
margin: 10px auto;
padding: 0 10px;
max-width: 430px;
- color: rgba(255, 255, 255, 0.7);
+ color: #fff;
text-align: center;
- font-weight: 400;
+ font-weight: 200;
}
.header-text .sns-links {
@@ -58,6 +58,10 @@ main {
padding-top: 30px;
text-align: center;
font-weight: 200;
+ font-size: 52px;
+ border-bottom: 1px solid;
+ max-width: 550px;
+ padding-bottom: 17px;
}
.header-text h1 a {