Skip to content

Commit

Permalink
Merge pull request #125 from League-of-Fabulous-Developers/dev
Browse files Browse the repository at this point in the history
style: undoing a few default resets
  • Loading branch information
spyrella authored Jun 8, 2024
2 parents 765a96b + 1e563b6 commit 1912800
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 28 deletions.
22 changes: 7 additions & 15 deletions styles/css/projectfu.css

Large diffs are not rendered by default.

22 changes: 13 additions & 9 deletions styles/scss/global/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,20 @@ select {
}

// Reset table styles
table {
border-collapse: collapse;
width: 100%;
}
// table {
// border-collapse: collapse;
// width: 100%;
// }

// th,
// td {
// border: 1px solid #e2e8f0;
// padding: 8px;
// text-align: left;
// }

th,
td {
border: 1px solid #e2e8f0;
padding: 8px;
text-align: left;
table td {
padding-left: 2px;
}

// Define additional custom styles as needed
Expand Down
8 changes: 4 additions & 4 deletions styles/scss/utils/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
h2,
h3,
h4 {
line-height: 1.45em;
line-height: 1.2em;
}

hr {
Expand All @@ -475,7 +475,7 @@

p {
margin: 0;
line-height: 1.45em;
line-height: 1.2em;
}

h1 + p,
Expand All @@ -489,12 +489,12 @@
}

blockquote {
line-height: 1.45em;
line-height: 1.2em;
}

.editor-content {
font-size: 16px;
line-height: 1.45em;
line-height: 1.2em;
width: 100%;
}
}
Expand Down

0 comments on commit 1912800

Please sign in to comment.