Flask-Web-App statt Tkinter: Live-Berechnung, PDF-Rechnung, Dark Mode, Tabler CSS
This commit is contained in:
13
static/style.css
Normal file
13
static/style.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Grossere Schrift in Ueberschriften */
|
||||
.card-header, .navbar-brand span {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
/* Monospace-Ergebnisblock (Kostenaufstellung) */
|
||||
.result-box {
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
font-size: 14px;
|
||||
line-height: 1.8;
|
||||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user