all repos — site @ c2c47254caf7296ad300f5f731776e5142603aca

source for my site, found at icyphox.sh

Nicer links

Yeah I know, this is like the 100th time.
Anirudh Oppiliappan x@icyphox.sh
Sat, 26 Sep 2020 10:41:39 +0530
commit

c2c47254caf7296ad300f5f731776e5142603aca

parent

9ca33c69bb20882d06dcc68fe1a276e9f5a35589

1 files changed, 10 insertions(+), 3 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -64,14 +64,20 @@ }*/

a { color: var(--gray); - margin: 0; text-decoration: none; - outline: 0; } a:hover { background: #eee; color: var(--dark); +} + + +article a, a:hover { + color: inherit; + background: 0; + text-decoration: underline; + outline: 0; } .navbar {

@@ -243,7 +249,6 @@ margin-bottom: 20px;

} header { - color: var(--cyan); top: 30px; display: inline-block; width: 100%;

@@ -277,6 +282,8 @@

td { white-space: nowrap; } + + td:first-child { width: 100%;