Skip to content

Commit 9097a94

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # index.html
2 parents 865df83 + b0da067 commit 9097a94

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

css_js/main.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
2-
--color-1: #e8ccd5;
3-
--color-2: #beb9f2;
4-
--text-color: #0b303b;
2+
--color-1: rgb(255, 70, 114);
3+
--color-2: rgb(239, 99, 75);
4+
--text-color: #870404;
55
}
66

77
/*:root .dark {
@@ -87,7 +87,7 @@ body{
8787
}
8888

8989
.menu ul li a:hover {
90-
color: #1c5c70;
90+
color: #6a0707;
9191
}
9292

9393
.music-control {/*
@@ -115,7 +115,7 @@ audio {
115115

116116
.huge_title_1 {
117117
font-size: 7.7em;
118-
color: #0b303b;
118+
color: #333333;
119119
margin-top: 100px;
120120
text-align: center;
121121
font-family: Arial, sans-serif;
@@ -127,15 +127,15 @@ audio {
127127
}
128128

129129
.huge_title_1:hover {
130-
color: #1c5c70;
130+
color: #3e0000;
131131
border-radius: 80px 80px 80px;
132132
opacity: 95%;
133-
text-shadow: rgba(51,112,133,0.4) 4px 4px 10px;
133+
text-shadow: #430000 4px 4px 10px;
134134
}
135135

136136
.huge_title_2 {
137137
font-size: 6em;
138-
color: #0b303b;
138+
color: #333333;
139139
margin-top: 100px;
140140
text-align: center;
141141
font-family: Arial, sans-serif;
@@ -154,7 +154,7 @@ audio {
154154

155155
.hit_text{
156156
font-size: 1.9em;
157-
color: #0b303b;
157+
color: #333333;
158158
text-align: center;
159159
font-family: Arial, sans-serif;
160160
text-shadow: rgba(22,60,74,0.4) 4px 4px 10px;
@@ -566,7 +566,7 @@ audio {
566566

567567
.ho-link{
568568
font-size: 2.2em;
569-
color: #0b303b;
569+
color: #870404;
570570
text-decoration-line: underline;
571571
text-decoration-style: solid;
572572
text-decoration-color: rgba(11,48,59,0);
@@ -582,13 +582,13 @@ audio {
582582
}
583583

584584
.ho-link:hover{
585-
color: #1c5c70;
585+
color: #870404;
586586
border-radius: 80px 80px 80px;
587587
opacity: 95%;
588-
text-shadow: rgba(51,112,133,0.4) 4px 4px 10px;
588+
text-shadow: #870404 4px 4px 10px;
589589
text-decoration-line: underline;
590590
text-decoration-style: solid;
591-
text-decoration-color: #1c5c70;
591+
text-decoration-color: #870404;
592592
text-decoration-thickness: 7px;
593593
text-align: left;
594594
}

0 commit comments

Comments
 (0)