Skip to content

Commit

Permalink
whatsnew: Tweak colors again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrussell authored Aug 17, 2024
1 parent 34875cb commit 8a5bf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whatsnew.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<base href="https://jrsoftware.org/" />
<style type="text/css">
body { font: calc(14rem/16)/1.5 "Segoe UI", sans-serif; color: #282828; background-color: white }
a:link, a:visited { color: hsl(206, 100%, 40%); background-color: transparent; text-decoration: none }
a[href]:hover { text-decoration: underline }
a:link, a:visited { color: hsl(206, 100%, 37%); background-color: transparent; text-decoration: none }
a[href]:hover { color: hsl(206, 100%, 30%); text-decoration: underline }
tt, pre { font: calc(13rem/16)/calc(21rem/16) monospace; color: inherit; background-color: #f0f0f0; padding: 2px 4px; border-radius: 4px }
pre { line-height: normal; padding: 10px; border-radius: 6px }
li, div.limargins { margin-top: 5px; margin-bottom: 5px }
Expand Down

0 comments on commit 8a5bf8c

Please sign in to comment.