Skip to content

Commit 1adb685

Browse files
committed
fix styling regressions (snippets, alerts, anchor links)
Signed-off-by: Weru <[email protected]>
1 parent 8f53208 commit 1adb685

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

assets/scss/_styles_project.scss

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ body {
22
scroll-behavior: smooth;
33
overscroll-behavior: none;
44
}
5+
a {
6+
text-decoration: none;
7+
}
8+
9+
.alert {
10+
max-width: 100% !important;
11+
}
12+
513
.td-navbar {
614
min-height: auto;
715
}
@@ -509,6 +517,7 @@ code.noClass {
509517
overflow: initial;
510518
display: initial;
511519
margin: 0;
520+
border: none;
512521
}
513522

514523
.highlight table {
@@ -897,4 +906,4 @@ code.noClass {
897906
.markmap > svg {
898907
width: 100%;
899908
height: 300px;
900-
}
909+
}

0 commit comments

Comments
 (0)