wrpr.us

Source for wrpr.us
git clone git://git.wrpr.us/wrpr.us
Log | Files | Refs | README

commit 527e7b9068bd21e504c68ef5953abe9dda3c8844
parent d3b8e5c41e89e31d00958b7e1cb725a1709d3fa9
Author: William <x@linear.codes>
Date:   Sun, 15 Dec 2024 00:07:51 -0500

link class

Diffstat:
Mindex.html | 2+-
Mstyle.css | 10++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -29,7 +29,7 @@ <h3>Other Links.</h3> </div> <body> - <div class="ll"> + <div class="links"> &middot;<a href="https://git.wrpr.us">Git</a> &middot;<a href="gopher://wrpr.us">Gopher</a> &middot;<a href="http://wrpr.us:8000">Gopher Proxy</a> diff --git a/style.css b/style.css @@ -72,9 +72,19 @@ li a:hover { max-width: 422px; margin: 10 ; text-align: left ; +} + +.links { + font-size: 14px ; + line-height: 1.3em ; + max-width: 422px; + margin: 10 ; + text-align: left ; white-space: pre-line; } + + .l2 { font-size: large ; line-height:1.3em ;