mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +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
|
@ -5,7 +5,7 @@
|
|||
display: inlne-block;
|
||||
|
||||
> .link, div > .link {
|
||||
color: $color-gray;
|
||||
color: map-get($gray-shades, 600);
|
||||
font-size: 1.1rem;
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
|
@ -13,7 +13,6 @@
|
|||
cursor: pointer;
|
||||
text-transform: uppercase;
|
||||
@include ease-in();
|
||||
// border-bottom: 2px solid $color-gray-light;
|
||||
|
||||
&:hover {
|
||||
color: $color-link;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue