villeurbanne-2018: styles update (#85707)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2024-01-15 16:34:54 +01:00
parent a699dc7a58
commit 3421e23e07
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
$primary-color: #0094aa;
$primary-color: #008299;
$font-family: Roboto, sans-serif;
$font-color: #222;
@ -13,7 +13,8 @@ $nav-color: white;
$nav-active-color: lighten($primary-color, 10%);
$nav-button-background: transparent;
$footer-background: #636361;
$footer-background: #eeeeee;
$footer-color: black;
$link-color: $primary-color;
$sidebar-width: 450px;
@ -40,4 +41,4 @@ $wcs-steps-spacing: 0.7rem;
$wcs-steps-background: #eeeeee;
$wcs-step-border-bottom: 1px solid #ccc;
$wcs-step-current-border-bottom: 1px solid #ccc;
$wcs-step-color: #aaa;
$wcs-step-color: #aaa;

View File

@ -2,6 +2,6 @@
"label": "Villeurbanne 2018",
"variables": {
"email_header_img": "images/logo.png",
"theme_color": "#0094aa"
"theme_color": "#008299"
}
}