Browse Source

Changes to text color

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
69fb3ede1c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      css/app.css

4
css/app.css

@ -56,7 +56,7 @@ html, body {
body {
background: #fff;
color: #333333;
color: #343a40;
cursor: auto;
font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-style: normal;
@ -4819,7 +4819,7 @@ p {
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
color: #333333;
color: #343a40;
font-family: "Overpass";
font-style: normal;
font-weight: bold;

Loading…
Cancel
Save