diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-09-01 21:40:51 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-09-01 21:40:51 +0200 |
commit | e5ddc89b091215293cdfe5afa84d7f2c5c601ce5 (patch) | |
tree | f08011388810b2f3c7d2acba856c7b4b104fb73f /assets/css | |
parent | a0d809919b44d242ad5b948c6a079c5c3f5812d2 (diff) |
Add style for cut-here lines.
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/screen.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 9021320..a29afdc 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -223,6 +223,10 @@ input#query { color: #3868cc; } +.message span.line.cut-here { + color: #888; +} + .status-tag { display: inline-block; color: #fff; |