diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-10 18:55:54 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-10 18:55:54 +0100 |
| commit | 9ab044ca26dbda9672b31e54e2ca848a21b96ce3 (patch) | |
| tree | c6a31f17d20f771c0b89a13b7e0cdd32bfbc86de /site/assets/css/css.css | |
| parent | 0868068cda92a933d542090a3085cf4ff8944e1c (diff) | |
| parent | ae7a45794ef3a6c72cf24b3223e8fd37c8fb22d9 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'site/assets/css/css.css')
| -rw-r--r-- | site/assets/css/css.css | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 7def3e56..6c049436 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -95,7 +95,7 @@ header .links { header .links span, header .links a { display: block; - color: #d7ba5a; + color: #dedede; text-decoration: none; text-transform: uppercase; margin-right: 32px; @@ -105,16 +105,16 @@ header .links a { font-weight: 400; } header .links a.active { - color: #f3c266; - border-bottom: 1px solid rgba(240,200,150,255); + color: #fff; + border-bottom: 1px solid rgba(255,255,255,255); } .desktop header .links a:hover { - color: #e9bb5f; - border-bottom: 1px solid rgba(240,200,150,255); + color: #fff; + border-bottom: 1px solid rgba(255,255,255,255); } .desktop header .links a.active:hover { - color: #e9bb5f; - border-bottom: 1px solid rgba(240,200,150,255); + color: #fff; + border-bottom: 1px solid rgba(255,255,255,255); } header .links.splash{ font-size:22px; @@ -488,10 +488,18 @@ section.fullwidth .image { justify-content: flex-start; align-items: flex-start; } -.sideImage p{ +.sideimage p{ margin-top:0px; padding-top:0px; } +.sideimage strong{ + display: block; + font-size:26px; + line-height: 26px; + font-weight: 400; + font-family: 'Roboto'; + margin-bottom: 16px; +} .sideimage img { margin-right: 40px; width: 200px; |
