... |
... |
@@ -1,5 +1,22 @@ |
1 |
1 |
{{html clean="false"}} |
2 |
2 |
<style> |
|
3 |
+.dashboard-column h3 a:hover { |
|
4 |
+ text-decoration: underline !important; |
|
5 |
+ text-shadow: 0 0 5px white; |
|
6 |
+ filter: brightness(1.2); |
|
7 |
+} |
|
8 |
+.cat-race a { color: #00ffff !important; } |
|
9 |
+.cat-history a { color: #ffcc66 !important; } |
|
10 |
+.cat-discrimination a { color: #ff6666 !important; } |
|
11 |
+.cat-politics a { color: #3399ff !important; } |
|
12 |
+.cat-media a { color: #cc99ff !important; } |
|
13 |
+.cat-healthcare a { color: #ff9999 !important; } |
|
14 |
+.cat-science a { color: #99ff99 !important; } |
|
15 |
+.cat-social a { color: #ffccff !important; } |
|
16 |
+.cat-crime a { color: #ff9933 !important; } |
|
17 |
+.cat-jews a { color: #ccccff !important; } |
|
18 |
+.cat-humor a { color: #ffff66 !important; } |
|
19 |
+ |
3 |
3 |
.dashboard-columns { |
4 |
4 |
display: flex; |
5 |
5 |
justify-content: space-between; |
... |
... |
@@ -7,46 +7,28 @@ |
7 |
7 |
margin-bottom: 2em; |
8 |
8 |
gap: 1.5em; |
9 |
9 |
} |
10 |
|
- |
11 |
11 |
.dashboard-column { |
12 |
12 |
flex: 1; |
13 |
13 |
min-width: 250px; |
14 |
|
- background-color: #002a4d; |
|
30 |
+ background-color: #1a1a1a; |
15 |
15 |
padding: 1em; |
16 |
|
- border: 1px solid #004b80; |
|
32 |
+ border: 1px solid #333; |
17 |
17 |
border-radius: 10px; |
18 |
|
- color: #f0f0f0; |
19 |
19 |
} |
20 |
|
- |
21 |
21 |
.dashboard-column h3 { |
22 |
22 |
margin-top: 0; |
23 |
23 |
border-bottom: 1px solid #444; |
24 |
24 |
padding-bottom: 4px; |
25 |
25 |
} |
26 |
|
- |
27 |
27 |
.dashboard-column ul { |
28 |
28 |
list-style: none; |
29 |
29 |
padding-left: 0; |
30 |
30 |
} |
31 |
|
- |
32 |
32 |
.dashboard-column li { |
33 |
33 |
margin: 0.3em 0; |
34 |
34 |
} |
35 |
|
- |
36 |
|
-.cat-race a { color: #00ffff !important; } |
37 |
|
-.cat-history a { color: #ffcc66 !important; } |
38 |
|
-.cat-discrimination a { color: #ff6666 !important; } |
39 |
|
-.cat-politics a { color: #3399ff !important; } |
40 |
|
-.cat-media a { color: #cc99ff !important; } |
41 |
|
-.cat-healthcare a { color: #ff9999 !important; } |
42 |
|
-.cat-science a { color: #99ff99 !important; } |
43 |
|
-.cat-social a { color: #ffccff !important; } |
44 |
|
-.cat-crime a { color: #ff9933 !important; } |
45 |
|
-.cat-jews a { color: #ccccff !important; } |
46 |
|
-.cat-humor a { color: #ffff66 !important; } |
47 |
47 |
</style> |
48 |
48 |
|
49 |
|
- |
50 |
50 |
<h2>📚 Categories</h2> |
51 |
51 |
<div class="dashboard-columns"> |
52 |
52 |
|
... |
... |
@@ -141,7 +141,6 @@ |
141 |
141 |
</ul> |
142 |
142 |
</div> |
143 |
143 |
|
144 |
|
- |
145 |
145 |
</div> |
146 |
146 |
{{/html}} |
147 |
147 |
|