summaryrefslogtreecommitdiff
path: root/content/html/resources.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-30 07:17:59 +0100
committerPaul Buetow <git@mx.buetow.org>2021-04-30 07:17:59 +0100
commit4a9ecd80416a741375a0da9dff869a4c9025aea0 (patch)
treec24b8ac0e5fb03ea0cb2145f563c309357ad34b1 /content/html/resources.html
parent69d51fdb673a997438534efa2aaebdc021bb382b (diff)
improve link style
Diffstat (limited to 'content/html/resources.html')
-rw-r--r--content/html/resources.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/html/resources.html b/content/html/resources.html
index e823b9c9..fc665e84 100644
--- a/content/html/resources.html
+++ b/content/html/resources.html
@@ -9,7 +9,7 @@ img { display: block; max-width: 70%;}
pre { color: #ecbe7b; }
blockquote { color: #ecbe7b; }
a { color: #c678dd; text-decoration: none; }
-a.textlink:before { content: " > "; }
+a.textlink:before { content: " > "; padding-left: 10px; }
a:hover { color: #51afef; text-decoration: underline; }
h1 { color: #ff6c6b; }
h2, h3, h4, h5, h6 { color: #51afef; }
@@ -18,7 +18,7 @@ li { color: #98be65; }
</head>
<body>
<pre>Last updated 2021-04-29</pre>
-<a href="./">Go back to the main site</a><br />
+<a class="textlink" href="./">Go back to the main site</a><br />
<h1>Resources</h1>
<p>This is a list of resources I found useful. I am not an expert in all (but some) of these topics but all the resources listed here made an impact on me. I've read some of the books quite a long time ago, so there might be newer editions out there already and I might need to refresh some of the knowledge.</p>
<p>The list may not be exhaustive but I will be adding more in the future. I strongly believe that educating yourself further is one of the most important things you should do in order to advance. The lists are in random order and reshuffled every time (via *sort -R*) when updates are made.</p>