diff --git a/content/katedra/_index.md b/content/katedra/_index.md index ccc309f..e91de9f 100644 --- a/content/katedra/_index.md +++ b/content/katedra/_index.md @@ -2,7 +2,7 @@ title = "Katedra" [extra] -color = "#B48EAD" +color = "#896c84" nav_title_left = "O katedře" nav_title_right = "Důležité informace" heading = "Katedra informačních technologií a technické výchovy (KITTV)" diff --git a/content/katedra/pracovnici/battistova/index.md b/content/katedra/pracovnici/battistova/index.md index 868f023..3a90481 100644 --- a/content/katedra/pracovnici/battistova/index.md +++ b/content/katedra/pracovnici/battistova/index.md @@ -4,7 +4,7 @@ weight = 4 [extra] group = "vedeni" -color = "#B48EAD" +color = "#896c84" role = "Kontaktní osoba pro studenty se speciálními potřebami" email = "eva.battistova@pedf.cuni.cz" phone = "+420 221 900 141" diff --git a/content/katedra/pracovnici/stipek/index.md b/content/katedra/pracovnici/stipek/index.md index c4ec320..b3c3a78 100644 --- a/content/katedra/pracovnici/stipek/index.md +++ b/content/katedra/pracovnici/stipek/index.md @@ -4,7 +4,7 @@ weight = 1 [extra] group = "vedeni" -color = "#B48EAD" +color = "#896c84" role = "Vedoucí katedry" email = "jiri.stipek@pedf.cuni.cz" phone = "+420 221 900 327" diff --git a/content/katedra/pracovnici/vankova/index.md b/content/katedra/pracovnici/vankova/index.md index 3a94403..f220da2 100644 --- a/content/katedra/pracovnici/vankova/index.md +++ b/content/katedra/pracovnici/vankova/index.md @@ -4,7 +4,7 @@ weight = 3 [extra] group = "vedeni" -color = "#B48EAD" +color = "#896c84" role = "Tajemnice katedry" email = "petra.vankova@pedf.cuni.cz" phone = "+420 221 900 140" diff --git a/sass/main.scss b/sass/main.scss index 19507a9..a84208c 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -331,7 +331,7 @@ main { display: flex; flex-direction: column; - .role { color: #81a1c1 } + .role { color: #5c738b} .other { display: flex; diff --git a/templates/macros.html b/templates/macros.html index 37712be..6809d9f 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -140,7 +140,7 @@ {% if page.extra.color %} style="--color: {{ page.extra.color }}" {% else %} - style="--color: #81A1C1" + style="--color: #5c738b" {% endif %} > {{ macro::profile_picture(profile=page) }}