Skip to content

Commit

Permalink
ui: optimize category content page style
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Sep 12, 2023
1 parent 6a4ee2e commit bb2e0ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion layout/category-content.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="fade-in-down-animation">
<div class="category-container">
<div class="category-container border-box">
<div class="category-name">
<i class="fas fa-folder"></i>&nbsp;<%= page.category %>
</div>
Expand Down
2 changes: 0 additions & 2 deletions source/css/layout/category-content.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ $category-name-font-size = 1.5rem

.category-name {
margin-bottom $component-spacing-value
padding-bottom 1rem
color var(--text-color-2)
font-weight 600
font-size $category-name-font-size
border-bottom 0.1rem solid var(--border-color)

i {
color var(--text-color-2)
Expand Down

0 comments on commit bb2e0ad

Please sign in to comment.