1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 15:35:27 +02:00

New colour scheme and doc tag fixes

This commit is contained in:
EnesAlili 2016-06-22 00:32:24 +01:00
parent b06a687c07
commit 3664125fe2
3 changed files with 11 additions and 7 deletions

View file

@ -12,11 +12,11 @@ $color-off-white: #f5f5f5;
$color-off-black: #333333; $color-off-black: #333333;
$color-black: #000000; $color-black: #000000;
$color-white: #ffffff; $color-white: #ffffff;
$color-primary: #2180cc; $color-primary: #084d85;
$color-link: #5680de; $color-link: #5abc67;
$color-red: #d9493c; $color-red: #d9493c;
$color-green: #5abc67; $color-green: #5abc67;
$color-blue: #5680de; $color-blue: #084d85;
$color-gray: #99a2ac; $color-gray: #99a2ac;
$color-background: #f8f8f8; $color-background: #f8f8f8;
$color-tooltip: #4c4c4c; $color-tooltip: #4c4c4c;

View file

@ -1,7 +1,7 @@
.wysiwyg { .wysiwyg {
// font-size: 1rem; // font-size: 1rem;
font-size: 16px; font-size: 15px;
line-height: 31px; line-height: 30px;
color: #3c3c3c; color: #3c3c3c;
table table
@ -38,6 +38,10 @@
} }
} }
b
{
font-family: "open_sanssemibold";
}
h1 h1
{ {

View file

@ -9,7 +9,7 @@
&:hover { &:hover {
cursor: pointer; cursor: pointer;
@extend .z-depth-tiny; background-color: $color-off-white;
} }
> .chip-text { > .chip-text {
@ -37,7 +37,7 @@
&:hover { &:hover {
cursor: pointer; cursor: pointer;
@extend .z-depth-tiny; background-color: $color-off-white;
} }
> .chip-text { > .chip-text {