Changed background color & improvements

This commit is contained in:
Filip Znachor 2024-07-29 14:54:54 +02:00
parent 0edbbb015e
commit db176edd89
2 changed files with 11 additions and 6 deletions

View file

@ -6,6 +6,7 @@ html, body {font-family: Cantarell, sans-serif; background-color: var(--bg-color
:root {
--site-padding: 20px;
}
body {font-size: 18px;}
}
h1, h2, h3, h4, h5 {color: var(--title-color); font-weight: 900;}

View file

@ -1,13 +1,20 @@
:root {
--bg-color: #18181b;
--alt-bg-color: #232327;
--site-padding: 40px;
--site-width: 1200px;
--nav-height: 75px;
}
:root {
--bg-color: #060913;
--alt-bg-color: #1a1c22;
--border-color: rgba(255, 255, 255, 0.1);
--nav-link-color: #fff;
--nav-inactive-color: #fff5;
--nav-height: 75px;
--title-color: #fff;
--text-color: #fffa;
@ -17,7 +24,4 @@
--link-color: #dd4379;
--link-hover-color: #c21f58;
--site-padding: 40px;
--site-width: 1200px;
}