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

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-02-09 12:59:35 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-02-23 16:11:58 +0300
commit69e10dc344694799e8810570675b2cd8b60bf032 (patch)
treee5e916b34f9f1569706300701ee392f5bbe82022 /static
parentc6ab3726c05d43601bb41e22c6e9e327546eb20a (diff)
Improve detail
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 8f4b823..f175f0f 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -35,9 +35,9 @@ main {
margin: 0 2px;
width: 30px;
height: 30px;
- border: 1px solid rgba(255, 255, 255, 0.4);
+ border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 15px;
- color: rgba(255, 255, 255, 0.4);
+ color: rgba(255, 255, 255, 0.6);
text-decoration: none;
font-size: 20px;
line-height: 30px;
@@ -45,8 +45,8 @@ main {
}
.header-text .sns-links a:hover {
- border-color: rgba(255, 255, 255, 0.9);
- color: rgba(255, 255, 255, 0.9);
+ border-color: rgba(255, 255, 255, 1.0);
+ color: rgba(255, 255, 255, 1.0);
}
.header-text h1 {
@@ -67,6 +67,7 @@ a.btn-header {
padding: 7px 16px;
border: 1px solid rgba(255, 255, 255, 1.0);
border-radius: 3px;
+ background-color: rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 1.0);
text-decoration: none;
font-weight: 300;