commit 4ebbe0cd78efc38981c08f7f2aec07a4bacc32db parent d1b1ab0bf550be4b56fd3884dadf2910e3f177da Author: hhvn <dev@hhvn.uk> Date: Sat, 26 Nov 2022 22:47:01 +0000 Add (gopher)tor/clearnet links Diffstat:
M | www/index.css | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/www/index.css b/www/index.css @@ -64,3 +64,19 @@ td:nth-child(3) { a:hover { text-decoration: underline; } + +@media screen and (min-width: 1150px) { + .tor { + float: right; + } +} + +@media screen and (max-width: 1150px) { + .tor::before { + content: "\A"; + white-space: pre; + } + .tor { + font-weight: bold; + } +}