Skip to content

Commit ba950a6

Browse files
chore: sass deprecation
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 7f9fa4e commit ba950a6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/components/Outro/styles.module.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
height: 650px;
55
background: var(--ifm-color-primary);
66
padding-inline: 1rem;
7+
78
@media screen and (min-width: 768px) {
89
padding-inline: 2rem;
910
}
@@ -26,11 +27,11 @@
2627
}
2728

2829
.sub {
29-
@include fonts.h2;
30-
3130
color: black;
3231

3332
margin-bottom: 0.5rem;
33+
34+
@include fonts.h2;
3435
}
3536

3637
.subText {
@@ -47,6 +48,7 @@
4748

4849
.start {
4950
background: white;
51+
5052
html[data-theme="dark"] & {
5153
--ifm-button-border-color: black !important;
5254
--button-shadow-color: black !important;

0 commit comments

Comments
 (0)