diff --git a/sass/base/_theme.scss b/sass/base/_theme.scss index c35136d5ac9..60303ec9e3f 100644 --- a/sass/base/_theme.scss +++ b/sass/base/_theme.scss @@ -2,7 +2,7 @@ $noise-bg: image-url('noise.png') top left !default; $img-border: inline-image('dotted-border.png') !default; // Main Link Colors -$link-color: lighten(#165b94, 3) !default; +$link-color: #1abcf2 !default; $link-color-hover: adjust-color($link-color, $lightness: 10, $saturation: 25) !default; $link-color-visited: adjust-color($link-color, $hue: 80, $lightness: -4) !default; $link-color-active: adjust-color($link-color-hover, $lightness: -15) !default; diff --git a/sass/custom/_colors.scss b/sass/custom/_colors.scss index 23af5e739d0..fa13aa63fac 100644 --- a/sass/custom/_colors.scss +++ b/sass/custom/_colors.scss @@ -43,7 +43,7 @@ $footer-bg-back: #fff; $main-bg: #fff; $page-bg: #fff; -$link-color: #268bd2; +$link-color: #1abcf2; $nav-color: $link-color; $link-color-visited:darken($nav-color, 25); $title-color: $link-color; diff --git a/sass/custom/_landingpage.scss b/sass/custom/_landingpage.scss index b571b91015c..27bf8a233e0 100644 --- a/sass/custom/_landingpage.scss +++ b/sass/custom/_landingpage.scss @@ -824,7 +824,7 @@ $ha__primary_color: #03a9f4; .dialog-header { display: flex; justify-content: space-between; - padding: 8px 16px; + padding: 24px 24px 0px; font-weight: bold; font-size: 24px; @@ -843,7 +843,7 @@ $ha__primary_color: #03a9f4; width: 100%; display: flex; justify-content: space-between; - padding: 8px 16px; + padding: 16px 24px; color: #222222; margin: auto; diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index ae052c397da..5b9c77c7c80 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -1,6 +1,6 @@ @charset "UTF-8"; -$primary-color: #049cdb; +$primary-color: #1abcf2; .site-header { position: relative; @@ -459,7 +459,7 @@ dt:hover a.title-link { img { border-radius: 3px; - width: 36px; + height: 36px; margin-right: 10px; } @@ -636,12 +636,24 @@ div.note { img { vertical-align: middle; + height: 120px; } i { font-size: 2em; padding: 0 5px; } + + .icons { + display: flex; + align-items: center; + + svg { + height: 48px; + padding: 10px 4px; + fill: currentColor; + } + } } ul { diff --git a/sass/oscailte/_variables.scss b/sass/oscailte/_variables.scss index 3d629649b74..a0ecf4d54b3 100644 --- a/sass/oscailte/_variables.scss +++ b/sass/oscailte/_variables.scss @@ -19,7 +19,7 @@ $white: #fff !default; // Accent colors // ------------------------- -$blue: #049cdb !default; +$blue: #1abcf2 !default; $blueDark: #0064cd !default; $green: #46a546 !default; $red: #9d261d !default; diff --git a/sass/oscailte/base/_global.scss b/sass/oscailte/base/_global.scss index 5c3712590f2..250abb31aa0 100644 --- a/sass/oscailte/base/_global.scss +++ b/sass/oscailte/base/_global.scss @@ -8,9 +8,6 @@ body, html { a { color: $link-color; text-decoration: none; - &:visited { - color: darken($link-color, 10%); - } .menu & { color: $link-color; } diff --git a/sass/partials/_header.scss b/sass/partials/_header.scss index e3c6c020c2c..860e4c7bcec 100644 --- a/sass/partials/_header.scss +++ b/sass/partials/_header.scss @@ -3,7 +3,7 @@ body > header { h1 { display: inline-block; margin: 0; - a, a:visited, a:hover { + a, a:hover { color: $title_color; text-decoration: none; } diff --git a/source/_includes/site/footer.html b/source/_includes/site/footer.html index c0b64c5cfd8..8c65acc696c 100644 --- a/source/_includes/site/footer.html +++ b/source/_includes/site/footer.html @@ -2,36 +2,92 @@