croix: remove leftover default variables (#76562)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-04-12 16:32:42 +02:00 committed by Corentin Sechet
parent 37a2ca6ed2
commit f811ba105c
1 changed files with 0 additions and 6 deletions

View File

@ -28,7 +28,6 @@ $footer-link-color: white;
$title-color: $blue-2;
$title-background: transparent;
$title-font-style: normal !default;
$title-font-size: $font-size-4;
$title-weight: bold;
$title-transform: uppercase;
@ -60,19 +59,14 @@ $cell-border: none;
$cell-border-radius: 0;
$cell-color: black;
$cell-title-cover-border: true !default;
$cell-entry-font-weight: 600;
$cell-entry-hover-color: white;
$cell-entry-hover-background: $blue-2;
$cell-entry-border: none;
// widgets
$form-accent-color: null !default;
$error-color: red !default;
$button-background: $blue-2;
$button-color: white;
$button-border: 1px solid transparent !default;
$button-hover-background: $blue-2;
$button-hover-color: white;
$button-border-radius: $border-radius-1;