montpellier-intranet: adjust various settings (#78788)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-06-20 18:09:47 +02:00
parent 9c3b31d3f4
commit 1f5960c71b
3 changed files with 19 additions and 3 deletions

View File

@ -10,6 +10,10 @@ div#header {
background-position: 10px 10px;
}
h1 {
font-size: $title-font-size;
}
#logo a:hover {
text-decoration: none;
}
@ -60,8 +64,9 @@ div.gru-nav > ul {
}
%button {
border-radius: 15px;
border-radius: 30px;
font-weight: 500;
font-family: $title-font-family;
}
ul#evolutions li span.item {
@ -76,3 +81,11 @@ div#rub_service {
div#tracking-code {
background: white;
}
#footer {
font-size: 90%;
}
header, footer {
font-family: $title-font-family;
}

View File

@ -6,7 +6,9 @@ $primary-color: $green;
$secondary-color: $blue;
$width: 1200px;
$white: #ffffff;
$font-family: 'MuseoModerno', sans-serif;
$font-family: 'Montserrat', sans-serif;
$nav-font-family: 'MuseoModerno', sans-serif;
$title-font-family: 'MuseoModerno', sans-serif;
$font-color: #3d3d3d;
$link-color: $blue;
@ -28,7 +30,7 @@ $footer-color: $font-color;
$footer-link-color: black;
$title-background: white;
$title-font-size: 2em;
$title-font-size: 1.7em;
$title-weight: bold;
$cell-background: white url(img/cell-bg.svg) repeat;
$cell-border: none;

View File

@ -2,5 +2,6 @@
@import 'vars';
@import '../includes/fonts/museomoderno';
@import '../includes/fonts/montserrat';
@import '../includes/publik';
@import 'custom';