mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Use for loop on index page instead of hardcoding post numbers
This commit is contained in:
@@ -82,7 +82,7 @@ main img {
|
||||
border: 2px solid #fc0
|
||||
}
|
||||
|
||||
.posts.exceptions {
|
||||
.posts.interrupts {
|
||||
border: 2px solid #f66;
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@ main img {
|
||||
color: #990;
|
||||
}
|
||||
|
||||
.post-category.exceptions {
|
||||
.post-category.interrupts {
|
||||
color: #f33;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user