aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/src/components/Features/index.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/docs/src/components/Features/index.module.css')
-rw-r--r--subprojects/docs/src/components/Features/index.module.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/subprojects/docs/src/components/Features/index.module.css b/subprojects/docs/src/components/Features/index.module.css
index aa136724..20ad300b 100644
--- a/subprojects/docs/src/components/Features/index.module.css
+++ b/subprojects/docs/src/components/Features/index.module.css
@@ -17,7 +17,7 @@
17} 17}
18 18
19[data-theme='dark'] :global(.fiforeground) { 19[data-theme='dark'] :global(.fiforeground) {
20 fill: #ebebff; 20 fill: var(--ifm-font-color-base);
21} 21}
22 22
23[data-theme='dark'] :global(.fiempty) { 23[data-theme='dark'] :global(.fiempty) {
@@ -124,3 +124,7 @@
124 text-align: right; 124 text-align: right;
125 } 125 }
126} 126}
127
128.row--last {
129 margin-bottom: calc(-1 * var(--ifm-leading));
130}