Skip to content

Commit

Permalink
css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
digarok committed Sep 13, 2024
1 parent d92158e commit 2afb5b7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
16 changes: 16 additions & 0 deletions toolbox-ref/apple-iigs-toolbox-website/static/css/gstoolbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,20 @@ table.stack em {
margin: 2px;
border: none;
border-top: 2px solid black;
}


a {
color: rgb(36, 9, 171);
text-decoration: none;
box-shadow: inset 0 0 0 0 #54b3d6;
/* color: #54b3d6; */
margin: 0 -.25rem;
padding: 0 .25rem;
transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover {
box-shadow: inset 300px 0 0 0 #54b3d6;
color: white;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2afb5b7

Please sign in to comment.