Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* {
margin: 0;
padding: 0;
--base-blue: #2700ff;
--base-blue: #2604e4;
--base-fuschia: #a400ff;
}
html {
scroll-behavior: smooth;
}

body{
background: #0c0b0d;
background: #302a36;
color: #bbb;
font-family: 'Lato', monospace;
font-weight: 600;
Expand Down Expand Up @@ -45,7 +45,7 @@ body{
justify-content: center;
align-items: center;
flex-direction: column;
border: 2px solid #666;
border: 2px solid rgb(61, 60, 60);
padding: 20px 40px;
border-radius: 2px;
}
Expand All @@ -67,7 +67,7 @@ body{
}
#main-text{
font-size: calc(10px + 1vw);
color: rgb(73, 27, 116);
color: rgb(104, 36, 167);
}

#projects-box {
Expand Down Expand Up @@ -131,9 +131,9 @@ a.card:active{
}

#skills-box{
background: #0b0a0d;
background: #15173f;
padding: 80px 10px;
color: #eee;
color: rgb(136, 134, 134);
display: flex;
justify-content: space-around;
align-items: center;
Expand All @@ -153,8 +153,8 @@ a.card:active{
padding: 5px 0;
}
.card-white{
background: #eee;
color: #222;
background: rgb(68, 68, 68);
color: rgb(0, 0, 0);
box-shadow: 3px 4px 4px #222;
}

Expand Down Expand Up @@ -191,7 +191,7 @@ a.card:active{
height: calc(20px + 20vw);
margin: 5px 0;
border-radius: 50%;
box-shadow: 3px 4px 4px #222;
box-shadow: 3px 4px 4px rgb(34, 34, 34);
background-image: url('../assets/images/dev.jpg');
background-size: cover;
}
Expand Down