Skip to content

Commit

Permalink
Change default p font weight and color
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien-Montanelli committed Nov 3, 2023
1 parent 8172db8 commit 05c3eb8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body {
margin-left: auto;
margin-right: auto;
font-family: 'Roboto', sans-serif;
color: #777;
color: #555;
font-size: 16px;
font-weight: 300;
line-height: 26px;
Expand Down Expand Up @@ -75,7 +75,7 @@ body {

.basic-table {
width: 150%;
color: #777;
color: #555;
font-size: 16px;
font-weight: 300;
letter-spacing: 0.2px;
Expand Down Expand Up @@ -139,15 +139,15 @@ h4 {
}

p {
color: #777;
color: #555;
font-size: 16px;
font-weight: 300;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.0px;
}

ul {
color: #777;
color: #555;
font-size: 16px;
font-weight: 300;
line-height: 26px;
Expand Down Expand Up @@ -310,7 +310,7 @@ pre {
}

.navbar-default .navbar-nav li a {
color: #777;
color: #555;
font-size: 16px;
letter-spacing: 1px;
-webkit-transition: all 0.4s ease-in-out;
Expand Down Expand Up @@ -596,7 +596,7 @@ pre {

.blog-post-des .btn {
border-radius: 100px;
color: #777;
color: #555;
font-weight: bold;
letter-spacing: 1px;
padding: 14px 28px;
Expand Down

0 comments on commit 05c3eb8

Please sign in to comment.