mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Use lighter colors
This commit is contained in:
@@ -106,17 +106,17 @@
|
||||
}
|
||||
|
||||
.posts.bare-bones {
|
||||
@include category-posts(#99f);
|
||||
@include category-posts(#aaf);
|
||||
}
|
||||
|
||||
.post-category.bare-bones {
|
||||
@include category-title(#66f);
|
||||
@include category-title(#77f);
|
||||
}
|
||||
|
||||
.posts.memory-management {
|
||||
@include category-posts(#cc0);
|
||||
@include category-posts(#ff7);
|
||||
}
|
||||
|
||||
.post-category.memory-management {
|
||||
@include category-title(#990);
|
||||
@include category-title(#cc0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user