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:
parent
b06a687c07
commit
3664125fe2
3 changed files with 11 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue