Skip to content

Commit 3b1e2b8

Browse files
committed
style tweaks
1 parent 0ef731a commit 3b1e2b8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/assets/styles/index.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ body {
6060
word-break: break-word;
6161
}
6262

63-
p,
64-
ol {
63+
.pages-markdown p,
64+
.pages-markdown ol {
6565
line-height: 1.5;
6666
}
6767

68-
h1,
69-
h2 {
68+
.pages-markdown h1,
69+
.pages-markdown h2 {
7070
font-weight: 800;
7171
}
7272

73-
h1, h2, h3, h4, h5, h6 {
73+
.pages-markdown h1, .pages-markdown h2, .pages-markdown h3, .pages-markdown h4, .pages-markdown h5, .pages-markdown h6 {
7474
color: var(--pluto-output-h-color);
7575
}
7676

@@ -96,9 +96,9 @@ a {
9696
font-weight: 500;
9797
text-decoration: none;
9898
}
99-
a,
100-
a:visited {
101-
/* color: #4674bc; */
99+
.pages-markdown a,
100+
.pages-markdown a:visited {
101+
color: #4674bc;
102102
}
103103
a:hover {
104104
text-decoration: underline;

0 commit comments

Comments
 (0)