diff --git a/assets/css/base/_reset.css b/assets/css/base/_reset.css
index 4be8df8..6a1e569 100644
--- a/assets/css/base/_reset.css
+++ b/assets/css/base/_reset.css
@@ -17,9 +17,10 @@ body {
color: var(--color-text);
background-color: var(--color-background);
line-height: 1.7;
+ font-size-adjust: 0.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Ta blok je bil odstranjen, ker je preprečeval drsenje.
- Nova, boljša logika je v datoteki pages/_homepage.css */
\ No newline at end of file
+ Nova, boljša logika je v datoteki pages/_homepage.css */
diff --git a/assets/css/base/_typography.css b/assets/css/base/_typography.css
index a422609..639aec1 100644
--- a/assets/css/base/_typography.css
+++ b/assets/css/base/_typography.css
@@ -6,6 +6,7 @@ h1, h2, h3 {
line-height: 1.2;
margin-bottom: var(--spacing-m);
color: var(--color-primary-accent); /* SPREMEMBA: Vsi naslovi so sedaj v primarni barvi */
+ font-size-adjust: 0.45;
}
p {
@@ -26,4 +27,4 @@ a:hover {
.text-accent-uppercase {
color: var(--color-primary-accent);
text-transform: uppercase;
-}
\ No newline at end of file
+}
diff --git a/blog/index.html b/blog/index.html
index 0503fdd..c931a8d 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -33,8 +33,8 @@
-