mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Implement new refactored color scheme
This commit is contained in:
parent
da0861b3fd
commit
d7a46ceee6
70 changed files with 934 additions and 521 deletions
|
@ -13,7 +13,7 @@
|
|||
max-width: 500px;
|
||||
padding: 20px 50px;
|
||||
background-color: $color-white;
|
||||
color: $color-off-black;
|
||||
color: $color-black-light-1;
|
||||
@include border-radius(3px);
|
||||
@include shadow();
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
> .url {
|
||||
margin: 20px 0;
|
||||
color: $color-gray;
|
||||
color: map-get($gray-shades, 600);
|
||||
font-weight: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
@ -38,5 +38,5 @@
|
|||
text-align: center;
|
||||
margin-top: 150px;
|
||||
font-size: 3rem;
|
||||
color: $color-gray;
|
||||
color: map-get($gray-shades, 600);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue