From 721630bec0f887e1bb2f9c5e7135b560318208c8 Mon Sep 17 00:00:00 2001 From: squibid Date: Sat, 11 Mar 2023 12:41:48 -0500 Subject: rewrite site and stop using iframes --- blog/.html | 0 blog/style.css | 13 +++++++++++++ 2 files changed, 13 insertions(+) delete mode 100644 blog/.html (limited to 'blog') diff --git a/blog/.html b/blog/.html deleted file mode 100644 index e69de29..0000000 diff --git a/blog/style.css b/blog/style.css index 83ff097..1f346fb 100644 --- a/blog/style.css +++ b/blog/style.css @@ -5,3 +5,16 @@ html { font-size: 2vh; color: white; } + +a:link, a:visited { + background-color: #f44336; + color: white; + padding: 1px 1px; + text-align: center; + text-decoration: none; + display: inline-block; +} + +a:hover, a:active { + background-color: red; +} -- cgit v1.2.1