Skip to content

Commit

Permalink
Add generic submitted color.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenlampton committed Feb 28, 2025
1 parent 4187aaf commit e493650
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,19 @@ article.comment ul.links.inline {
padding: 10px;
}

/*******************************************************************************
* General submitted
*******************************************************************************/
div.submitted {
color: #595959; /* AAA */
}

/*******************************************************************************
* All entity footers
*******************************************************************************/
article footer {
font-size: 0.875rem; /* 16px */
color: #000;
background-color: #f7f7f7;
border: 1px solid #E8E6E5;
border-radius: 10px;
Expand Down

0 comments on commit e493650

Please sign in to comment.