Skip to content

Commit

Permalink
fix headings, buttons and make it adaptable for updated terminal.css
Browse files Browse the repository at this point in the history
  • Loading branch information
panr committed Aug 29, 2024
1 parent ff18632 commit d2397d6
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 39 deletions.
9 changes: 4 additions & 5 deletions assets/css/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ a.button {
align-items: center;
justify-content: center;
padding: 8px 18px;
margin: 5px 0;
text-decoration: none;
text-align: center;
border-radius: 8;
Expand Down Expand Up @@ -73,19 +72,19 @@ a.button.inline:hover {
background: none;
}

a.button.inline:before {
a.button.inline::before {
content: "["
}

a.button.inline:after {
a.button.inline::after {
content: "]"
}

a.button.inline.prev:before {
a.button.inline.prev::before {
content: "← ["
}

a.button.inline.next:after {
a.button.inline.next::after {
content: "] →"
}

Expand Down
2 changes: 2 additions & 0 deletions assets/css/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
margin-bottom: 15px !important;
padding-bottom: 15px;
border-bottom: 3px dotted var(--accent);
text-decoration: none !important;
}

.post-title::after {
Expand Down Expand Up @@ -109,6 +110,7 @@
}

.hanchor {
position: absolute;
color: var(--accent);
text-decoration: none;
margin-left: 10px;
Expand Down
Loading

0 comments on commit d2397d6

Please sign in to comment.