Compare commits
2 Commits
1967cef7fc
...
v1.4.18
Author | SHA1 | Date | |
---|---|---|---|
1c9fc93314 | |||
510f039a2b |
2
app.py
2
app.py
@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
|
|||||||
babel = Babel()
|
babel = Babel()
|
||||||
|
|
||||||
# Version der App
|
# Version der App
|
||||||
APP_VERSION = "1.4.17"
|
APP_VERSION = "1.4.18"
|
||||||
|
|
||||||
def add_cache_headers(response):
|
def add_cache_headers(response):
|
||||||
"""Fügt Cache-Control-Header hinzu, die den Back-Forward-Cache ermöglichen"""
|
"""Fügt Cache-Control-Header hinzu, die den Back-Forward-Cache ermöglichen"""
|
||||||
|
@@ -104,7 +104,7 @@ body {
|
|||||||
|
|
||||||
/* Calculator Styles */
|
/* Calculator Styles */
|
||||||
.calculator-btn {
|
.calculator-btn {
|
||||||
background: var(--primary);
|
background: #0B6623; /* British Racing Green */
|
||||||
color: white;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@@ -121,7 +121,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.calculator-btn:hover {
|
.calculator-btn:hover {
|
||||||
background: var(--primary-dark);
|
background: #0A5A1E; /* Dunkleres British Racing Green für Hover */
|
||||||
}
|
}
|
||||||
|
|
||||||
.calculator-btn:focus {
|
.calculator-btn:focus {
|
||||||
|
Reference in New Issue
Block a user