commit da535fe618e67e1c8ce557be676d907cb1c22458
parent 0f73d1d1cc7d91c3cb344deab5615bfdace5c4b6
Author: Riaz <riaz@riazj.com>
Date: Fri, 27 Jun 2025 02:08:59 -0700
Change style of links
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/style.css b/style.css
@@ -5,7 +5,7 @@ body {
margin: 0 auto;
line-height: 1.5;
padding: 0 1em 1em;
- max-width: 45em;
+ max-width: 40em;
font-family:
-apple-system,
@@ -34,13 +34,13 @@ h2 {
}
a {
- color: #1ac;
+ color: #1ad;
text-decoration: none;
}
a:hover,
a:focus {
- color: #fa0;
+ text-decoration: underline;
}
span {