diff --git a/index.css b/index.css index 5226b9e..e300cb1 100644 --- a/index.css +++ b/index.css @@ -1,12 +1,19 @@ +:root { + --accent: #28ebb5 +} body { background: #000000; color: #ffffff; + padding-bottom: 100px; } footer { position: fixed; bottom: 0; width: 100%; - margin: 5px; + background: black; +} +#footer-links { + margin: 10px; } hr { color: #ffffff; @@ -18,14 +25,6 @@ hr { } a { text-decoration: none; -} -a:link { - color: cyan; -} -a:visited { - color: violet; -} -a:hover { - color: yellow; + color: var(--accent); } diff --git a/index.html b/index.html index c970905..5044ace 100755 --- a/index.html +++ b/index.html @@ -6,17 +6,18 @@
- __ __ __ - /\ \__ /\ \ /\ \__ - \ \ ,_\ __ __ __ _ ___ ___ _ __ \_\ \ ___ __\ \ ,_\ - \ \ \/ /\ \/\ \/\ \/'\ /'___\ / __`\/\`'__\/'_` \ /' _ `\ /'__`\ \ \/ - \ \ \_\ \ \_\ \/> <//\ \__//\ \L\ \ \ \//\ \L\ \ __/\ \/\ \/\ __/\ \ \_ - \ \__\\ \____//\_/\_\ \____\ \____/\ \_\\ \___,_\/\_\ \_\ \_\ \____\\ \__\ - \/__/ \/___/ \//\/_/\/____/\/___/ \/_/ \/__,_ /\/_/\/_/\/_/\/____/ \/__/ + __ __ __ +---------/\ \__ /\ \ /\ \__ +---------\ \ ,_\ __ __ __ _ ___ ___ _ __ \_\ \ ___ __\ \ ,_\ +----------\ \ \/ /\ \/\ \/\ \/'\ /'___\ / __`\/\`'__\/'_` \ /' _ `\ /'__`\ \ \/ +-----------\ \ \_\ \ \_\ \/> <//\ \__//\ \L\ \ \ \//\ \L\ \ __/\ \/\ \/\ __/\ \ \_ +------------\ \__\\ \____//\_/\_\ \____\ \____/\ \_\\ \___,_\/\_\ \_\ \_\ \____\\ \__\ +-------------\/__/ \/___/ \//\/_/\/____/\/___/ \/_/ \/__,_ /\/_/\/_/\/_/\/____/ \/__/ + A friendly linux community.-
@@ -68,12 +82,14 @@