Skip to content

Commit 7ab1bb0

Browse files
Update profile
1 parent 9da34bd commit 7ab1bb0

File tree

4 files changed

+133
-216
lines changed

4 files changed

+133
-216
lines changed

css/index.css

+8-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/index.css.map

+1-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/index.scss

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css?family=Montez:wght@300;800&display=swap');
1+
@import url("https://fonts.googleapis.com/css?family=Montez:wght@300;800&display=swap");
22

33
* {
44
box-sizing: border-box;
@@ -9,9 +9,9 @@ html {
99
body {
1010
margin: 0;
1111
padding: 0;
12-
background-color: rgb(73, 11, 73);
13-
color: white;
14-
font-family: 'Courier New', Courier, monospace, 'Montez', cursive;
12+
background-color: rgb(19, 19, 19);
13+
color: whitesmoke;
14+
font-family: "Courier New", Courier, monospace, "Montez", cursive;
1515
}
1616
a {
1717
color: white;
@@ -23,9 +23,9 @@ ul {
2323
padding: 0;
2424
}
2525

26-
.hero-wrapper {
27-
background-color: rgba(238, 88, 34, 0.938);
28-
}
26+
// .hero-wrapper {
27+
// background-color: rgba(0, 0, 0, 0.938);
28+
// }
2929

3030
.wrapper {
3131
padding: 1.5em;
@@ -55,9 +55,9 @@ header {
5555
}
5656
}
5757

58-
.light-purple-wrapper {
59-
background-color: rgb(105, 7, 105);
60-
}
58+
// .light-purple-wrapper {
59+
// background-color: rgb(0, 0, 0);
60+
// }
6161

6262
.stats {
6363
display: grid;
@@ -90,7 +90,7 @@ header {
9090
ul.carousal {
9191
margin-bottom: 1em;
9292
li {
93-
background-color: rgb(83, 58, 107);
93+
background-color: rgb(1, 65, 1);
9494
padding: 1em;
9595
margin-bottom: 1em;
9696
}
@@ -104,15 +104,15 @@ blockquote {
104104
}
105105

106106
cite {
107-
color: rgb(250, 75, 133);
107+
color: rgb(255, 255, 255);
108108
font-weight: bold;
109109
font-size: 0.8em;
110110
font-style: normal;
111111
position: relative;
112112
padding-left: 25px;
113113
}
114114
cite::before {
115-
content: '';
115+
content: "";
116116
position: absolute;
117117
left: 0;
118118
top: 5px;
@@ -128,12 +128,12 @@ h2 {
128128
position: relative;
129129
}
130130
h2::before {
131-
content: '';
131+
content: "";
132132
position: absolute;
133133
height: 5px;
134134
width: 50px;
135135
top: -0.3em;
136-
background-color: rgb(236, 11, 142);
136+
background-color: rgb(1, 65, 1);
137137
}
138138

139139
.technologies,

0 commit comments

Comments
 (0)