commit 45c850c480aefc96e63c6db46065a10979e7cf20 parent a068df4ef53b6602a34b7a66ae283283ab3c4fe6 Author: William <x@linear.codes> Date: Fri, 13 Dec 2024 08:36:38 -0500 css changes Diffstat:
| M | style.css | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/style.css b/style.css @@ -19,3 +19,10 @@ a:hover { color: var(--hover) } .greentext { color: #008700 } .right { text-align: right } code { color: var(--hover) } +.logo { + flex-grow: 1; + margin-right: 1rem; + text-decoration: none; + border-bottom: unset; + background: unset !important; +}