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