summaryrefslogtreecommitdiff
path: root/scss/base
diff options
context:
space:
mode:
Diffstat (limited to 'scss/base')
-rw-r--r--scss/base/_details.scss1
-rw-r--r--scss/base/_dl.scss2
-rw-r--r--scss/base/_index.scss1
-rw-r--r--scss/base/_list.scss2
-rw-r--r--scss/base/_paypal-product-buttons.scss1
-rw-r--r--scss/base/_table.scss4
-rw-r--r--scss/base/_theme.scss13
7 files changed, 10 insertions, 14 deletions
diff --git a/scss/base/_details.scss b/scss/base/_details.scss
index 6d0b1d4..1b46189 100644
--- a/scss/base/_details.scss
+++ b/scss/base/_details.scss
@@ -1,4 +1,3 @@
details summary {
cursor: pointer;
}
-
diff --git a/scss/base/_dl.scss b/scss/base/_dl.scss
index 95cc836..2efadf1 100644
--- a/scss/base/_dl.scss
+++ b/scss/base/_dl.scss
@@ -2,4 +2,4 @@ dt {
font-weight: 700;
text-decoration: underline;
margin-top: 1rem;
-} \ No newline at end of file
+}
diff --git a/scss/base/_index.scss b/scss/base/_index.scss
index 527b4c7..ba0d3f1 100644
--- a/scss/base/_index.scss
+++ b/scss/base/_index.scss
@@ -6,4 +6,3 @@
@use 'table';
@use 'theme';
@use 'typography';
-
diff --git a/scss/base/_list.scss b/scss/base/_list.scss
index 2fd402b..d85594e 100644
--- a/scss/base/_list.scss
+++ b/scss/base/_list.scss
@@ -1,4 +1,4 @@
ol li {
list-style-type: decimal;
margin-inline-start: --spacing-inline-md;
-} \ No newline at end of file
+}
diff --git a/scss/base/_paypal-product-buttons.scss b/scss/base/_paypal-product-buttons.scss
index 7339ede..5b7afda 100644
--- a/scss/base/_paypal-product-buttons.scss
+++ b/scss/base/_paypal-product-buttons.scss
@@ -1,4 +1,3 @@
paypal-product-buttons div {
margin-block-start: var(--spacing-block-md);
}
-
diff --git a/scss/base/_table.scss b/scss/base/_table.scss
index ca4f957..d35abf8 100644
--- a/scss/base/_table.scss
+++ b/scss/base/_table.scss
@@ -8,7 +8,8 @@ table {
}
}
-thead, th {
+thead,
+th {
border-block-end: var(--border-width) solid var(--text-color);
}
@@ -20,4 +21,3 @@ thead, th {
border-inline-start: calc(var(--border-width) / 2) solid var(--text-color);
}
}
-
diff --git a/scss/base/_theme.scss b/scss/base/_theme.scss
index c97c788..4f06041 100644
--- a/scss/base/_theme.scss
+++ b/scss/base/_theme.scss
@@ -1,11 +1,10 @@
:is(
- :root,
- .dark,
- main,
- article,
- :is(main, article) > section:not(:is(section, header) :is(section, header))
-) {
+ :root,
+ .dark,
+ main,
+ article,
+ :is(main, article) > section:not(:is(section, header) :is(section, header))
+ ) {
color: var(--text-color);
background-color: var(--background-color);
}
-