diff --git a/index.html b/index.html index 8d74280..f0b6e55 100644 --- a/index.html +++ b/index.html @@ -216,10 +216,10 @@

Questions?

// '#282c34', // '#282c34', // '#282c34', - '#1a1c1d', - '#1a1c1d', - '#1a1c1d', - '#1a1c1d', + '#151617', + '#151617', + '#151617', + '#151617', ], anchors: ['main', 'myWork', 'about', 'contact'], menu: '#menu', diff --git a/styles/smacss/module.css b/styles/smacss/module.css index 9f68a5e..a214661 100644 --- a/styles/smacss/module.css +++ b/styles/smacss/module.css @@ -1,5 +1,5 @@ .border-line { - border: 0.5px solid black; + border: 0.5px solid rgb(140, 130, 115); margin: 10% 2vw; } diff --git a/styles/smacss/theme.css b/styles/smacss/theme.css index b11ed91..95a6f29 100644 --- a/styles/smacss/theme.css +++ b/styles/smacss/theme.css @@ -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;