diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 13:56:50 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 13:56:50 +0200 |
| commit | 8b02ec867f1bea4ea100f5d69777dc2c3d9e1113 (patch) | |
| tree | c948258448c510e4f499e7ed2f63266502860783 | |
| parent | 3bf790c7161fa99ed0b2a60f27a9d2dd9b747364 (diff) | |
css
| -rw-r--r-- | site/assets/css/css.css | 7 | ||||
| -rw-r--r-- | site/assets/css/splash.css | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 90c508de..2ff98114 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -122,6 +122,7 @@ header .links a { transition: color 0.1s cubic-bezier(0,0,1,1), border-color 0.05s cubic-bezier(0,0,1,1); border-bottom: 1px solid rgba(255,255,255,0); padding-bottom: 3px; + padding-top: 2px; font-weight: 400; } header .links a.active { @@ -136,9 +137,9 @@ header .links a.active { color: #fff; border-bottom: 2px solid rgba(255,255,255,1); } -header .links.splash { - font-size: 22px; - font-weight: 400; +.home header .links a { + margin-right: 30px; + margin-left: 1px; } /* footer */ diff --git a/site/assets/css/splash.css b/site/assets/css/splash.css index 246b0cee..6089f10d 100644 --- a/site/assets/css/splash.css +++ b/site/assets/css/splash.css @@ -19,15 +19,8 @@ footer div { z-index: 2; } footer { - /*text-shadow: 0 0 5px #191919, 0 0 5px #191919, 0 0 5px #191919;*/ background: #111; } -header > div a, -footer > div { - /*background: rgba(25, 25, 25, 0.8); - padding: 3px; - border-radius: 2px;*/ -} header .links a.activeLink { color: white; border-bottom-color: white; |
