diff --git a/app/app/styles/color.scss b/app/app/styles/color.scss index 196c6461..f6fcb110 100644 --- a/app/app/styles/color.scss +++ b/app/app/styles/color.scss @@ -12,11 +12,11 @@ $color-off-white: #f5f5f5; $color-off-black: #333333; $color-black: #000000; $color-white: #ffffff; -$color-primary: #2180cc; -$color-link: #5680de; +$color-primary: #084d85; +$color-link: #5abc67; $color-red: #d9493c; $color-green: #5abc67; -$color-blue: #5680de; +$color-blue: #084d85; $color-gray: #99a2ac; $color-background: #f8f8f8; $color-tooltip: #4c4c4c; diff --git a/app/app/styles/view/document/wysiwyg.scss b/app/app/styles/view/document/wysiwyg.scss index 6647b272..5d91d5b3 100644 --- a/app/app/styles/view/document/wysiwyg.scss +++ b/app/app/styles/view/document/wysiwyg.scss @@ -1,7 +1,7 @@ .wysiwyg { // font-size: 1rem; - font-size: 16px; - line-height: 31px; + font-size: 15px; + line-height: 30px; color: #3c3c3c; table @@ -38,6 +38,10 @@ } } + b + { + font-family: "open_sanssemibold"; + } h1 { diff --git a/app/app/styles/widget/widget-chip.scss b/app/app/styles/widget/widget-chip.scss index 2988938a..9c10afd0 100644 --- a/app/app/styles/widget/widget-chip.scss +++ b/app/app/styles/widget/widget-chip.scss @@ -9,7 +9,7 @@ &:hover { cursor: pointer; - @extend .z-depth-tiny; + background-color: $color-off-white; } > .chip-text { @@ -37,7 +37,7 @@ &:hover { cursor: pointer; - @extend .z-depth-tiny; + background-color: $color-off-white; } > .chip-text {