Skip to content

Commit 5ee74b8

Browse files
committed
사소한 수정
1 parent fe2c26c commit 5ee74b8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

_sass/_07_layout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
------------------------------------------------------------------- */
2424

2525
#navigation {
26+
text-shadow: rgba(0, 0, 0, .498039) 0px 1px 2px;
2627
&.fixed {
2728
opacity: .85;
2829
#masthead {
@@ -50,6 +51,7 @@
5051
min-width: 320px;
5152
color: $ci-6;
5253
background-color: $primary-color;
54+
text-shadow: rgba(0, 0, 0, .498039) 0px 1px 2px;
5355
img {
5456
border-radius: 0;
5557
}

_sass/_09_elements.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,15 @@
2828
/* Shadows
2929
------------------------------------------------------------------- */
3030

31-
.shadow-no {text-shadow: rgba(0, 0, 0, 0) 0 0 0;}
32-
.shadow-black {text-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px;}
33-
.shadow-white {text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 2px;}
31+
.shadow-no {
32+
text-shadow: rgba(0, 0, 0, 0) 0 0 0;
33+
}
34+
.shadow-black {
35+
text-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px;
36+
}
37+
.shadow-white {
38+
text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 2px;
39+
}
3440

3541

3642

0 commit comments

Comments
 (0)