Skip to content

Commit

Permalink
Some view improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
the-teacher committed Jan 12, 2023
1 parent ffea13d commit 5e8fd7a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/assets/stylesheets/articles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ article {

.article {
border: 1px solid rgb(180, 185, 209);
padding: 10px;
border-width: 0px 0px 0px 10px;
padding: 0 10px;
}

.article-header {
background-color: rgb(220, 241, 250);
background-color: rgb(231, 248, 255);
padding: 10px;
}

Expand Down Expand Up @@ -82,7 +83,7 @@ section {
.section-description {
padding: 10px;
border: 1px solid rgb(249, 124, 51);
background-color: rgb(255, 248, 157);
background-color: rgb(255, 251, 195);
margin-bottom: 20px;
}

Expand All @@ -93,7 +94,7 @@ section {
}

.header-section {
background-color: rgb(232, 250, 215);
background-color: rgb(242, 255, 230);
border: 1px solid rgb(187, 210, 165);
padding: 10px;
}

0 comments on commit 5e8fd7a

Please sign in to comment.