We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6142920 commit dfe1491Copy full SHA for dfe1491
css/navbar.css
@@ -66,7 +66,7 @@
66
}
67
68
.nav-header-menu {
69
- padding: 1em;
+ padding: 0.8em;
70
z-index: 2;
71
width: 100%;
72
background-color: rgba(var(--default-background-color), 0.5);
css/styles.css
@@ -1,8 +1,8 @@
1
:root {
2
--default-font-family: "Lato", sans-serif;
3
- --default-font-color: rgb(217, 200, 255);
+ --default-font-color: rgb(222, 207, 253);
4
--default-secundary-font-color: rgb(6, 232, 232);
5
- --default-background-color: rgb(19, 12, 26);
+ --default-background-color: rgb(25, 16, 33);
6
background-color: var(--default-background-color);
7
font-size: 25px;
8
scroll-behavior: smooth;
0 commit comments