Actions
Feature #42038
closedImprove readability by adjusting font sizes and colors in activity view and search results
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
This patch improves the readability of the Activity view and search results by making the following changes:
- Slightly increased the font size from
font-size: 0.9em
(approximately 12.6px) tofont-size: 0.8125rem
(13px). - Enhanced the contrast of text colors, changing
#777
to#555
for time elements and#808080
to#666
for descriptions. - Added top and bottom margins to descriptions (
margin: 3px 0
) to create space between the title and author, improving the readability of the descriptions.
Before:
After:
Files
Updated by Go MAEDA 2 months ago
- Subject changed from Improve readability of activity view and search results to Improve readability by adjusting font sizes and colors in activity view and search results
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r23429.
Updated by Go MAEDA about 2 months ago
- Status changed from Resolved to Closed
Merged the change into 6.0-stable branch in r23437.
Actions