From c17829dec041c2cb125ff582880747b6ccbae2c1 Mon Sep 17 00:00:00 2001 From: maaa Date: Wed, 28 Feb 2024 20:59:35 +0100 Subject: [PATCH] meow mrrp --- static/css/style.css | 14 ++++++++++++++ static/svg/code.svg | 1 + static/svg/forum.svg | 1 + static/svg/info.svg | 1 + templates/main.html | 6 ++++-- 5 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 static/svg/code.svg create mode 100644 static/svg/forum.svg create mode 100644 static/svg/info.svg diff --git a/static/css/style.css b/static/css/style.css index 26e6245..f5ded80 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -661,6 +661,20 @@ body { .links a { margin-left: 5px; text-decoration: none; + background-color: #f8f8f8; + color: var(--text-color); + padding: 10px; + border-radius: 10px; + transition: background-color .2s; +} + +.links a:hover { + background-color: #eaeaea; +} + +.links a img { + transform: translateY(5px); + padding-right: 10px; } .links a:hover { diff --git a/static/svg/code.svg b/static/svg/code.svg new file mode 100644 index 0000000..8ef5c55 --- /dev/null +++ b/static/svg/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/forum.svg b/static/svg/forum.svg new file mode 100644 index 0000000..6f5d8d7 --- /dev/null +++ b/static/svg/forum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/info.svg b/static/svg/info.svg new file mode 100644 index 0000000..05606f4 --- /dev/null +++ b/static/svg/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/main.html b/templates/main.html index 67f9bd5..79907ed 100644 --- a/templates/main.html +++ b/templates/main.html @@ -36,9 +36,11 @@ +