summaryrefslogtreecommitdiff
path: root/site/assets
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets')
-rw-r--r--site/assets/css/css.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index a09234d3..824819a9 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -64,10 +64,16 @@ header .site_name {
line-height: 11px;
letter-spacing: 3px;
}
-header .site_name.splash{
- font-size: 20px;
- line-height: 20px;
- font-weight: 400;
+header .splash{
+ font-size: 15px;
+ font-weight: 400;
+ color: #888;
+ padding-left: 8px;
+ opacity: 0;
+ transition: 0.3s opacity cubic-bezier(0,0,1,1);
+}
+.scrolled header .splash {
+ opacity: 1;
}
header .links{
font-size: 18px;