Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Color updates
  • Loading branch information
thamudi committed Apr 23, 2021
1 parent c18394e commit e15c84c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ <h1 class="title margin-4-vh">Questions?</h1>
// '#282c34',
// '#282c34',
// '#282c34',
'#1a1c1d',
'#1a1c1d',
'#1a1c1d',
'#1a1c1d',
'#151617',
'#151617',
'#151617',
'#151617',
],
anchors: ['main', 'myWork', 'about', 'contact'],
menu: '#menu',
Expand Down
2 changes: 1 addition & 1 deletion styles/smacss/module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.border-line {
border: 0.5px solid black;
border: 0.5px solid rgb(140, 130, 115);
margin: 10% 2vw;
}

Expand Down
4 changes: 2 additions & 2 deletions styles/smacss/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ input,
textarea {
background-color: transparent;
border: unset;
border-top: 2px solid black;
border-bottom: 2px solid black;
border-top: 2px solid rgb(140, 130, 115);
border-bottom: 2px solid rgb(140, 130, 115);
margin: 1.5vh;
width: 100%;
height: 5vh;
Expand Down

0 comments on commit e15c84c

Please sign in to comment.