Skip to content

Commit

Permalink
Update documentation site to underline hyperlinks in content area (#3742
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ethomson authored Jun 29, 2024
1 parent 7b32039 commit 340927d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,31 @@
/* You can override the default Infima variables here. */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

a {
text-decoration: underline;
}

.navbar a {
text-decoration: none;
}
.menu a {
font-weight: 500;
text-decoration: none;
}
.footer a {
text-decoration: none;
}
.pagination-nav__link {
text-decoration: none;
}

.table-of-contents__link {
text-transform: uppercase;
text-decoration: none;
font-size: 12px;
font-weight: 700;
}

:root {
--ifm-font-family-base: 'Roboto';
--ifm-font-size-base: 15px;
Expand Down Expand Up @@ -126,4 +151,4 @@ h1 {

[data-theme='dark'].pagination-nav__link {
background-color: #202020;
}
}

0 comments on commit 340927d

Please sign in to comment.