Skip to content

Commit

Permalink
fix styling regressions (snippets, alerts, anchor links)
Browse files Browse the repository at this point in the history
Signed-off-by: Author Name <fromweru@gmail.com>
  • Loading branch information
onweru committed Jun 14, 2024
1 parent 8f53208 commit 030a2fc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ body {
scroll-behavior: smooth;
overscroll-behavior: none;
}
a {
text-decoration: none;
}

.alert {
max-width: 100% !important;
}

.td-navbar {
min-height: auto;
}
Expand Down Expand Up @@ -509,6 +517,7 @@ code.noClass {
overflow: initial;
display: initial;
margin: 0;
border: none;
}

.highlight table {
Expand Down Expand Up @@ -897,4 +906,4 @@ code.noClass {
.markmap > svg {
width: 100%;
height: 300px;
}
}

0 comments on commit 030a2fc

Please sign in to comment.