commit ff6a13c

anne-lotte  ·  2026-07-04 17:29:52 +0000 UTC
parent 838a7ad
fix: text colour of some stuff on repo pages and front page
2 files changed,  +11, -9
+8, -8
 1@@ -41,6 +41,7 @@ html {
 2 }
 3 
 4 .box {
 5+  color: var(--text-color);
 6   background-color: var(--box);
 7   margin: 1rem 0;
 8   padding: var(--grid-height);
 9@@ -84,7 +85,6 @@ pre > code {
10 }
11 
12 code {
13-/*  background-color: var(--bg-color);*/
14   font-size: 90%;
15   padding: 0.025rem 0.3rem;
16   border: 1px solid var(--box);
17@@ -493,18 +493,18 @@ footer {
18 
19 #site_path,
20 #site_link a,
21-.navs,
22-.text-sm {
23+.navs {
24   color: var(--code-text);
25   font-style: italic;
26 }
27 
28+.mono {
29+  color: var(--text-color);
30+}
31+
32 .navs a,
33 code,
34-pre,
35-.mono,
36-.tree-size,
37-.tree-path a {
38+pre {
39   color: var(--code-text);
40   font-style: normal;
41 }
42@@ -563,7 +563,7 @@ pre,
43   }
44 }
45 
46-/* index tables — flat index, user index, user repo list */
47+/* index tables — flat index, user index, user repo list */
48 .index-table {
49   width: 100%;
50   border-collapse: collapse;
+3, -1
1@@ -3,4 +3,6 @@ srcdump.css
2 
3 This repo contains my silly, messy, redesign of https://srcdump.net/ 
4 
5-Beware! These are extremely messy and subject to change, feel completely free to poke at me on the derive irc or anywhere else if you think it's ass, or if something doesn't work. I'm totes open to suggestions. 
6+Beware! These are extremely messy and subject to change, 
7+feel completely free to poke at me on the derive irc or anywhere else if you think it's ass, 
8+or if something doesn't work. I'm totes open to suggestions.