Skip to content

Commit 8aed090

Browse files
committed
fix color
1 parent c996a59 commit 8aed090

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

assets/scss/_custom.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// This file is empty within the template
22
// You can use it to override CSS from within your project
33
a, .content a {
4-
color: #0aa8a7;
4+
color: #00A0A0;
55
border-bottom: 1px dotted #ececec;
66
}
77

88
a:hover, .content a:hover {
9-
color: #0aa8a7;
9+
color: #00A0A0;
1010
border-bottom: 1px solid #ececec;
1111
}
1212

@@ -277,7 +277,7 @@ button.svelte-la9dd4 {
277277
position: relative;
278278
z-index: 1;
279279
transition: .2s ease;
280-
background-color: #0aa8a7;
280+
background-color: #00A0A0;
281281
color: #fff;
282282
box-shadow: none;
283283
height: inherit;
@@ -325,7 +325,7 @@ button.svelte-la9dd4:disabled {
325325
}
326326

327327
.cite-icons i:hover {
328-
color: #0aa8a7;
328+
color: #00A0A0;
329329
}
330330

331331
.cite-text {
@@ -551,14 +551,14 @@ button.svelte-la9dd4:disabled {
551551

552552
&:focus {
553553
outline: none;
554-
border-color: #0aa8a7;
554+
border-color: #00A0A0;
555555
}
556556
}
557557

558558
button {
559559
white-space: nowrap;
560560
background: none;
561-
color: #0aa8a7;
561+
color: #00A0A0;
562562
border: none;
563563
padding: 6px 0;
564564
font-size: 14px;
@@ -582,7 +582,7 @@ button.svelte-la9dd4:disabled {
582582
.btn-link {
583583
display: inline-flex;
584584
align-items: center;
585-
color: #0aa8a7;
585+
color: #00A0A0;
586586
font-size: 14px;
587587
font-weight: 500;
588588
text-decoration: none;
@@ -596,7 +596,7 @@ button.svelte-la9dd4:disabled {
596596
}
597597

598598
&:hover {
599-
color: darken(#0aa8a7, 10%);
599+
color: darken(#00A0A0, 10%);
600600
text-decoration: none;
601601

602602
i {
@@ -690,7 +690,7 @@ body.has-notice {
690690
}
691691

692692
.btn-link {
693-
color: darken(#0aa8a7, 10%);
693+
color: darken(#00A0A0, 10%);
694694

695695
i {
696696
transform: translateX(3px);
@@ -871,7 +871,7 @@ body.has-notice {
871871
z-index: 1;
872872

873873
&:hover {
874-
color: #0aa8a7;
874+
color: #00A0A0;
875875
}
876876
}
877877

assets/scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Color Variables
2-
$primary-color: #0AA8A7;
2+
$primary-color: #00A0A0;
33
$text-color: #777;
44
$text-color-dark: #222;
55
$body-color: #fff;

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
quizdown.init({
6464
shuffle_answers: false,
6565
shuffle_questions: false,
66-
primary_color: '#0AA8A7',
66+
primary_color: '#00A0A0',
6767
secondary_color: '#EDF6F5'
6868
});
6969
</script>

static/css/custom-menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
/* デスクトップのみホバーエフェクト */
125125
@media (min-width: 993px) {
126126
.menu-item-has-children:hover > a::after {
127-
background: #0aa8a7 !important;
127+
background: #00A0A0 !important;
128128
}
129129

130130
.menu-item-has-children:hover .sub-menu {

static/plugins/youmax/youmax.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393

9494
.youmax-video-list-title {
95-
color: #0aa8a7;
95+
color: #00A0A0;
9696
display: inline-block;
9797
padding: 15px 20px;
9898
font-weight: bold;
@@ -219,7 +219,7 @@ div#youmax-load-more-div {
219219
}
220220

221221
.youmax-showing-title {
222-
color: #0aa8a7;
222+
color: #00A0A0;
223223
display: inline-block;
224224
padding: 10px;
225225
font-weight: bold;

0 commit comments

Comments
 (0)