diff options
author | 2022-08-13 21:52:02 +0200 | |
---|---|---|
committer | 2022-08-13 21:52:02 +0200 | |
commit | db24ace579d70d50970f9503997148e063d63392 (patch) | |
tree | 207e63c0e1a53f2df32d4c0d73d7f6148d096fc1 /pydis_site/static/css/content | |
parent | Add Tag View Tests (diff) |
Set Link Color For Sub-elements
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pydis_site/static/css/content')
-rw-r--r-- | pydis_site/static/css/content/tag.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pydis_site/static/css/content/tag.css b/pydis_site/static/css/content/tag.css index a144ce24..a3db046c 100644 --- a/pydis_site/static/css/content/tag.css +++ b/pydis_site/static/css/content/tag.css @@ -5,3 +5,9 @@ h1.title a { h1.title a:hover { color: #7289DA; } + +.content a * { + /* This is the original color, but propagated down the chain */ + /* which allows for elements inside links, such as codeblocks */ + color: #7289DA; +} |