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 @@ +