Skip to content

Commit

Permalink
link styling mostly
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Oct 27, 2024
1 parent c051961 commit 1e68758
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion modules/ROOT/pages/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,24 @@ body {

a {
text-decoration: none;
color: #36f;
font-weight: bold;
}

a:focus, #toc a:focus {
background-color: black;
color: white;
}

a:visited {
color: #36f;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

#header {
background-color: #fafafa;
grid-area: nav;
Expand Down Expand Up @@ -125,7 +136,7 @@ th {
}

.imageblock img {
border-radius: .4em;
border-radius: 1em;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

Expand All @@ -136,6 +147,7 @@ th {

.listingblock {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
border-radius: 1em;
}

hr {
Expand Down

0 comments on commit 1e68758

Please sign in to comment.