aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-08-13 06:10:38 +0200
committerGravatar Hassan Abouelela <[email protected]>2022-08-13 06:10:38 +0200
commit42124deb7ea5f17bc6faf959baba8e951b567655 (patch)
treed485bbeecc278cff5fa24eba566d5a95a2b5cff0 /pydis_site/static
parentAdd Tags To Content Listings (diff)
Add Tag Page Template
Add a template for the tag page itself, and add a route to use it. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/content/tag.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/pydis_site/static/css/content/tag.css b/pydis_site/static/css/content/tag.css
new file mode 100644
index 00000000..a144ce24
--- /dev/null
+++ b/pydis_site/static/css/content/tag.css
@@ -0,0 +1,7 @@
+h1.title a {
+ color: black;
+}
+
+h1.title a:hover {
+ color: #7289DA;
+}