summaryrefslogtreecommitdiffstats
path: root/css/admin.css
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-11-10 16:12:37 -0500
committerZach DeCook <zachdecook@gmail.com>2018-11-10 16:12:37 -0500
commit2f6e9478bb76c1f562582bac250a57ad14bf8795 (patch)
tree14903f1be5258e30d38a4919209bb5221d55b640 /css/admin.css
parent49719f84c719f535dc650f9f1d1964083c4ef09b (diff)
* Style: Allow to be themed using nextcloud's predefined CSS variables
Diffstat (limited to 'css/admin.css')
-rw-r--r--css/admin.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/admin.css b/css/admin.css
index 518508ffb..fe8f2e9dd 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -8,5 +8,5 @@
}
#news .notice {
- color: red;
+ color: var(--color-error);
}