diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 07:17:59 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:03 +0100 |
| commit | 762dc3a1a1c7ef049aec528a5e8b8251ac9bc7b5 (patch) | |
| tree | f4cc69d308c486d9fc713e4971078c034a345fbc /content/html/resources.html | |
| parent | 72e414b8da38e0284a9556b72a991f7b4621375d (diff) | |
improve link style
Diffstat (limited to 'content/html/resources.html')
| -rw-r--r-- | content/html/resources.html | 4 |
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> |
