From d3fd463a15a9c4c5ba8e09dd0d10655112897d69 Mon Sep 17 00:00:00 2001 From: pepper Date: Thu, 14 Jan 2021 00:08:59 -0500 Subject: [PATCH] Added main.css and white-link class --- public/index.html | 1 + public/main.css | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 public/main.css diff --git a/public/index.html b/public/index.html index 7432a06..7690b42 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,7 @@ + diff --git a/public/main.css b/public/main.css new file mode 100644 index 0000000..47fc9cb --- /dev/null +++ b/public/main.css @@ -0,0 +1,16 @@ +a.white-link:link { + color: azure; + font-size: large; +} +a.white-link:hover { + color: azure; + font-size: large; +} +a.white-link:visited { + color: azure; + font-size: large; +} +a.white-link:active { + color: azure; + font-size: large; +} \ No newline at end of file