Nicer links Yeah I know, this is like the 100th time.
Anirudh Oppiliappan x@icyphox.sh
Sat, 26 Sep 2020 10:41:39 +0530
1 files changed,
10 insertions(+),
3 deletions(-)
jump to
M
static/style.css
→
static/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%;