summaryrefslogtreecommitdiffstats
path: root/css/dashboard.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/dashboard.css')
-rw-r--r--css/dashboard.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/dashboard.css b/css/dashboard.css
new file mode 100644
index 000000000..619989506
--- /dev/null
+++ b/css/dashboard.css
@@ -0,0 +1,12 @@
+.icon-newsdashboard {
+ background-image: url('../img/app-dark.svg');
+ filter: var(--background-invert-if-dark);
+}
+
+.widget-list li {
+ list-style-type: disc;
+}
+
+#app-dashboard .panels .panel--header h2 {
+ display: flex;
+}