mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add styling for upcoming multitasking chapter
This commit is contained in:
@@ -86,6 +86,10 @@ main img {
|
||||
border: 2px solid #f66;
|
||||
}
|
||||
|
||||
.posts.multitasking {
|
||||
border: 2px solid #556b2f;
|
||||
}
|
||||
|
||||
.posts hr {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
@@ -121,6 +125,10 @@ main img {
|
||||
color: #f33;
|
||||
}
|
||||
|
||||
.post-category.multitasking {
|
||||
color: #556b2f;
|
||||
}
|
||||
|
||||
.post-footer-support {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user