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
Actions