Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d0d8e0aeb1 |
2
app.py
2
app.py
@@ -12,7 +12,7 @@ app = Flask(__name__)
|
|||||||
app.secret_key = os.environ.get('SECRET_KEY', 'dev-key')
|
app.secret_key = os.environ.get('SECRET_KEY', 'dev-key')
|
||||||
|
|
||||||
# Version der App
|
# Version der App
|
||||||
APP_VERSION = "1.3.12"
|
APP_VERSION = "1.3.13"
|
||||||
|
|
||||||
# HTML-Template wird jetzt aus templates/index.html geladen
|
# HTML-Template wird jetzt aus templates/index.html geladen
|
||||||
|
|
||||||
|
@@ -398,11 +398,11 @@ button:focus, .accordion-header:focus {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.header-wochentag {
|
.header-wochentag {
|
||||||
background: #ea580c;
|
background: #dc2626;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.header-wochentag.active, .header-wochentag:hover {
|
.header-wochentag.active, .header-wochentag:hover {
|
||||||
background: #c2410c;
|
background: #b91c1c;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.header-plusminus-tage {
|
.header-plusminus-tage {
|
||||||
@@ -438,11 +438,11 @@ button:focus, .accordion-header:focus {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.header-kw-datum {
|
.header-kw-datum {
|
||||||
background: #ca8a04;
|
background: #a16207;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.header-kw-datum.active, .header-kw-datum:hover {
|
.header-kw-datum.active, .header-kw-datum:hover {
|
||||||
background: #a16207;
|
background: #854d0e;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.header-plusminus {
|
.header-plusminus {
|
||||||
|
Reference in New Issue
Block a user