diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-10-22 13:31:41 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-10-22 13:31:41 -0400 |
commit | 0769190180bbd6466bba749844c8f49ce1003370 (patch) | |
tree | 36bde2b0456f92c64f76fde31f4c525241a7fe5d | |
parent | d4fd1c1fe2d057cdc809fefcb567f89c1df02bda (diff) | |
download | alps-0769190180bbd6466bba749844c8f49ce1003370.tar.gz alps-0769190180bbd6466bba749844c8f49ce1003370.zip |
message list: color \Flagged status yellow
-rw-r--r-- | themes/alps/assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index df61427..7fd97ee 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -297,7 +297,7 @@ main.create-update .event-date input { display: inline-block; padding: 0; border: none; - color: #000; + color: #BFA300; font-size: 13pt; } |