Variable für hellgraue Hintergrundfarbe eingefügt
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
{% set weiss = '#FFFFFF' %}
|
{% set weiss = '#FFFFFF' %}
|
||||||
{% set hintergrund = '#576F80' %}
|
{% set hintergrund = '#576F80' %}
|
||||||
{% set hintergrund_hell = '#D4EFFC' %}
|
{% set hintergrund_hell = '#D4EFFC' %}
|
||||||
|
{% set hintergrund_hellgrau = '#EFEFEF' %}
|
||||||
{% set highlight = '#D4EFFC' %}
|
{% set highlight = '#D4EFFC' %}
|
||||||
{% set suppress = '#576F80' %}
|
{% set suppress = '#576F80' %}
|
||||||
{% set logoUrl = config('theme.branding.logo') %}
|
{% set logoUrl = config('theme.branding.logo') %}
|
||||||
@@ -289,7 +290,7 @@
|
|||||||
|
|
||||||
.tag-name {
|
.tag-name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #F4F4F4;
|
background-color: {{ hintergrund_hellgrau }};
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-total {
|
.project-total {
|
||||||
|
|||||||
Reference in New Issue
Block a user