diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 652674b..d0b6fce 100644 --- a/src/style.css +++ b/src/style.css @@ -22,7 +22,8 @@ nav { padding: 1rem 2rem; position: fixed; width: 100%; - background: rgba(8,13,36,0.9); + box-sizing: border-box; + background: rgba(from var(--navy) r g b / 0.9); } .nav-links { |
