diff --git a/_footer.html b/_footer.html
index 7c0e6cf..0dd9bd8 100644
--- a/_footer.html
+++ b/_footer.html
@@ -1,3 +1 @@
-Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo | Ministerio del Interior ()
-
-
+Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo ()
\ No newline at end of file
diff --git a/_site.yml b/_site.yml
index 774e819..ba72b9e 100644
--- a/_site.yml
+++ b/_site.yml
@@ -6,7 +6,7 @@ description: |
output_dir: "docs"
navbar:
logo:
- image: sinta.png
+ image: https://tableros.yvera.tur.ar/recursos/logos_institucionales/sinta.png
href: https://www.yvera.tur.ar/estadistica/
right:
- text: "SINTA"
diff --git a/docs/aereo.html b/docs/aereo.html
index 56ad399..058a0a2 100644
--- a/docs/aereo.html
+++ b/docs/aereo.html
@@ -458,8 +458,8 @@
-
-
+
+
@@ -2038,7 +2038,7 @@
${suggestion.title}
-
+
@@ -2085,33 +2085,39 @@ ${suggestion.title}
/* Optional: embed custom fonts here with `@import` */
/* This must remain at the top of this file. */
- @import url('https://fonts.googleapis.com/css2?family=Encode+Sans');
- @import url('https://fonts.googleapis.com/css2?family=Roboto');
- @import url('https://fonts.googleapis.com/css2?family=Fira Mono');
+ @import url('https://fonts.googleapis.com/css2?family=Montserrat');
+ @import url('https://fonts.googleapis.com/css2?family=Lora');
+ @import url('https://fonts.googleapis.com/css2?family=Fira%20Mono');
html {
/*-- Main font sizes --*/
--title-size: 30px;
- --body-size: 1.0rem; /* edited */
+ --body-size: 1.4rem; /* edited */
--code-size: 0.9rem; /* edited */
--aside-size: 12px;
--fig-cap-size: 13px;
/*-- Main font colors --*/
- --title-color: #37BBED;
- --heading-color: #37BBED;
+ --title-color: #252C4F;
+ --heading-color: #252C4F;
--body-color: #383838; /* edited */
- --aside-color: #37BBED;
- --fig-cap-color: #37BBED;
+ --aside-color: #252C4F;
+ --fig-cap-color: #252C4F;
/*-- Specify custom fonts ~~~ must be imported above --*/
- --heading-font: 'Encode', sans-serif; /* edited */
+ --heading-font: 'Lora', sans-serif; /* edited */
--mono-font: 'Fira Mono', monospace; /* edited */
- --body-font: 'Roboto', sans-serif; /* edited */
- --navbar-font: 'Encode', sans-serif; /* edited */
+ --body-font: 'Montserrat', sans-serif; /* edited */
+ --navbar-font: 'Lora', sans-serif; /* edited */
}
+ p {
+ font-size: 1.6rem;
+ }
+ .d-title > p {
+ font-size: 1.6rem;
+ }
/*-- WEBSITE HEADER + FOOTER --*/
/* These properties only apply to Distill sites and blogs */
@@ -2130,19 +2136,21 @@ ${suggestion.title}
--bkgd-color: #0F2E3D;
}
- /* PRUEBAS
+ /* PRUEBAS
/*-- Additional custom styles --*/
.distill-site-header .logo img{
- max-height: 50px; /* Makes logo bigger, default was 20px */
+ max-height: 30px; /* Makes logo bigger, default was 20px */
+ vertical-align: sub;
+
}
.distill-site-header .title {
- font-weight: 900;
+ font-weight: 600;
}
ul > li::marker {
@@ -2155,26 +2163,15 @@ ${suggestion.title}
h1, h2, h3, h4, h5, h6 {
margin-top: 20px;
- font-family: "Encode Sans";
- letter-spacing: 2px;
- line-height: 2rem; /* increases, so wrapping headers don't overlap */
-
- }
-
- p {
- font-size: 1.6rem;
- }
+ font-family: "Lora Sans";
+ letter-spacing: 2px;
+ line-height: 2rem; /* increases, so wrapping headers don't overlap */
- d-title p {
- font-size: 2.0rem;
}
- li {
- font-size: 1.6rem;
- }
body {
- font-family: "Roboto";
+ font-family: "Montserrat";
color: #1f1f1f;
}
@@ -2189,21 +2186,21 @@ ${suggestion.title}
}
- .distill-site-header{
+ .distill-site-header{
padding: 10px 0px;
font-size: 15px;
- font-family: 'Encode Sans', sans-serif;
+ font-family: 'Lora Sans', sans-serif;
letter-spacing: 2px;
-
-
+
+
/* background-image for fade-to-white color of navbar */
- background-color: #37BBED;
+ background-color: #252C4F;
}
.distill-site-nav a {
color: #FFFFFF;
- background-color: #37BBED;
+ background-color: #252C4F;
text-decoration: none;
}
@@ -2216,7 +2213,7 @@ ${suggestion.title}
.distill-site-footer {
color: #f7f7f7b0;
- background-color: #37BBED;
+ background-color: #252C4F;
margin-top: 0px;
padding: 50px 20px;
font-size: 12px;
@@ -2226,10 +2223,7 @@ ${suggestion.title}
text-align: left;
}
- .distill-site-footer > p {
- font-size: 12px;
- }
@@ -2252,7 +2246,7 @@ ${suggestion.title}