Skip to content

Commit

Permalink
some major CSS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Dec 4, 2023
1 parent e53b203 commit 8671a42
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assets/css/editor-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/editor-style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/narrow-width.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/narrow-width.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions assets/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
color: $dark-gray;
color: var(--color-dark-gray);

font-family: "Merriweather", serif;
font-family: Lato, sans-serif;
font-weight: 400;
word-wrap: break-word;
}
Expand Down Expand Up @@ -49,6 +49,7 @@ figure {
font-style: italic;
position: relative;
line-height: 1.5;
font-family: "Merriweather", serif;

small,
figcaption,
Expand Down Expand Up @@ -131,8 +132,8 @@ h3,
h4,
h5,
h6 {
font-family: Lato, sans-serif;
font-weight: bold;
font-family: "Merriweather", serif;
font-weight: 100;
margin-bottom: 0;
line-height: 1.2em;
}
Expand Down Expand Up @@ -188,3 +189,11 @@ pre {
white-space: inherit;
}
}

h1, h2, h3, h4, h5, h6, caption, figcaption {
text-wrap: balance;
}

p, ul, ol, blockquote {
text-wrap: pretty;
}
2 changes: 1 addition & 1 deletion assets/sass/_comment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ol.commentlist {
}

ul.children {
padding-left: 50px;
padding-left: 20px;
}

.comment-content {
Expand Down
1 change: 0 additions & 1 deletion assets/sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@

#page-title {
font-size: 2em;
font-weight: bold;
}
}

Expand Down
2 changes: 1 addition & 1 deletion assets/sass/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$dark-gray: #373d3f;
$gray: lighten($dark-gray, 10%);
$light-gray: lighten($dark-gray, 20%);
$lighter-gray: lighten($dark-gray, 40%);
$lighter-gray: lighten($dark-gray, 50%);

$border-gray: lighten($dark-gray, 60%);
$background-gray: lighten($dark-gray, 75%);
Expand Down
1 change: 0 additions & 1 deletion assets/sass/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.author {
padding: 40px;
margin: 70px auto;
font-family: "Merriweather", serif;
line-height: 1.5;
min-height: 100px;
box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
Expand Down
4 changes: 4 additions & 0 deletions assets/sass/responsive_narrow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,7 @@ html {
margin: 50px 0;
}
}

ul.children {
padding-left: 10px;
}
2 changes: 1 addition & 1 deletion languages/autonomie.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Autonomie 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/autonomie\n"
"POT-Creation-Date: 2023-08-30 10:37:16+00:00\n"
"POT-Creation-Date: 2023-12-04 19:31:39+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

Loading

0 comments on commit 8671a42

Please sign in to comment.