about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-03-18 10:48:51 -0500
committerCase Duckworth2024-03-18 10:48:51 -0500
commit3a2650c7c9ffc747e5a7fc43416617d6478ca270 (patch)
tree75c6dcf1075d1e1ddcc0fe8c802f55a6348eeafc
parentMove style and template to example/ (diff)
downloadschwa-3a2650c7c9ffc747e5a7fc43416617d6478ca270.tar.gz
schwa-3a2650c7c9ffc747e5a7fc43416617d6478ca270.zip
Change repo link color
-rw-r--r--example/style.css8
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
52footer a:link { 52footer a:link, footer a:visited {
53 color: cyan; 53 color: inherit;
54}
55
56footer a:visited {
57 color: magenta;
58} 54}
59 55
60header a:link { 56header a:link {