Skip to content

Commit

Permalink
Attempted nav style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Mar 23, 2024
1 parent 6aa3301 commit bf1dfda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Writerside/kordex.tree
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
start-page="Welcome.topic">

<toc-element topic="Welcome.topic"/>
<toc-element toc-title="Dokka API Docs" href="https://dokka.kordex.dev"/>
<toc-element id="dokka :div:top :link" toc-title="Dokka API Docs" href="https://dokka.kordex.dev"/>

<toc-element topic="About.topic">
<toc-element topic="Framework-Comparison.topic"/>
Expand Down
4 changes: 2 additions & 2 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tr[id*=":text:center"] {
}

.toc li {
&[data-toc-scroll="Welcome"]::before {
&[data-toc-scroll="Welcome"] a::before {
content: "🏠";
position: absolute;
left: 5px;
Expand All @@ -45,7 +45,7 @@ tr[id*=":text:center"] {
margin-left: 0;
}

&[data-toc-scroll*=":link"]::before {
&[data-toc-scroll*=":link"] a::before {
content: "🔗";
position: absolute;
left: 5px;
Expand Down

0 comments on commit bf1dfda

Please sign in to comment.