Skip to content

Commit dfe1491

Browse files
committed
change color and navbar padding
1 parent 6142920 commit dfe1491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767

6868
.nav-header-menu {
69-
padding: 1em;
69+
padding: 0.8em;
7070
z-index: 2;
7171
width: 100%;
7272
background-color: rgba(var(--default-background-color), 0.5);

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:root {
22
--default-font-family: "Lato", sans-serif;
3-
--default-font-color: rgb(217, 200, 255);
3+
--default-font-color: rgb(222, 207, 253);
44
--default-secundary-font-color: rgb(6, 232, 232);
5-
--default-background-color: rgb(19, 12, 26);
5+
--default-background-color: rgb(25, 16, 33);
66
background-color: var(--default-background-color);
77
font-size: 25px;
88
scroll-behavior: smooth;

0 commit comments

Comments
 (0)