the repository which powers this website
Diffstat (limited to 'themed/themed.in.css')
-rw-r--r--themed/themed.in.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/themed/themed.in.css b/themed/themed.in.css
index 9ab4c729..336859db 100644
--- a/themed/themed.in.css
+++ b/themed/themed.in.css
@@ -8,6 +8,18 @@
font-size: 11pt;
}
+.rendered-file {
+ a {
+ @apply hover:underline;
+ }
+ :not(h1, h2, h3, h4, h5, h6) > a {
+ @apply text-blue-500 hover:text-blue-600;
+ }
+ ul {
+ @apply list-disc;
+ }
+}
+
.diff-panel {
a {
@apply text-blue-500 hover:text-blue-600 hover:underline;