Skip to content

Commit 8b312f6

Browse files
committed
Mute some colors
1 parent 7b68358 commit 8b312f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/info/resume/page/resume-jake/resume-jake.module.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $basic-info-font-size-print: 0.75rem;
4242

4343
font-size: $font-size;
4444
font-weight: global.$font-weight-normal;
45-
border-bottom: 1px solid variables.$color-two;
45+
border-bottom: 1px solid variables.$color-four;
4646
margin-bottom: 0;
4747
padding-bottom: 0;
4848

@@ -112,7 +112,7 @@ $basic-info-font-size-print: 0.75rem;
112112
display: inline-block;
113113
padding-right: 0.5rem;
114114
margin-right: 0.3rem;
115-
border-right: 1px solid variables.$color-two;
115+
border-right: 1px solid variables.$color-four;
116116
}
117117

118118
li:last-child {
@@ -126,9 +126,9 @@ $basic-info-font-size-print: 0.75rem;
126126
}
127127
}
128128

129-
//bannder
129+
//banner
130130
aside[role="banner"] {
131-
background: variables.$color-two;
131+
background: variables.$color-bg-two;
132132
margin: 1rem 0;
133133
padding: 1rem;
134134
text-align: center;

0 commit comments

Comments
 (0)