diff options
author | Case Duckworth | 2024-03-18 10:48:51 -0500 |
---|---|---|
committer | Case Duckworth | 2024-03-18 10:48:51 -0500 |
commit | 3a2650c7c9ffc747e5a7fc43416617d6478ca270 (patch) | |
tree | 75c6dcf1075d1e1ddcc0fe8c802f55a6348eeafc /example | |
parent | Move style and template to example/ (diff) | |
download | schwa-3a2650c7c9ffc747e5a7fc43416617d6478ca270.tar.gz schwa-3a2650c7c9ffc747e5a7fc43416617d6478ca270.zip |
Change repo link color
Diffstat (limited to 'example')
-rw-r--r-- | example/style.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/example/style.css b/example/style.css index 9e48064..0fc0a89 100644 --- a/example/style.css +++ b/example/style.css | |||
@@ -49,12 +49,8 @@ footer, footer p { | |||
49 | color: white; | 49 | color: white; |
50 | } | 50 | } |
51 | 51 | ||
52 | footer a:link { | 52 | footer a:link, footer a:visited { |
53 | color: cyan; | 53 | color: inherit; |
54 | } | ||
55 | |||
56 | footer a:visited { | ||
57 | color: magenta; | ||
58 | } | 54 | } |
59 | 55 | ||
60 | header a:link { | 56 | header a:link { |