Skip to content

Commit

Permalink
css light/dark fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Edouard Barrault committed Oct 14, 2024
1 parent 488c47f commit aaae584
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,13 @@ dmypy.json
.sonar-scanner.properties
.scannerwork

# repo specific (logs, env, nginx confs, muz source)
# repo specific (logs, env, nginx confs, muzai source)
logs
setup/rabbitmq/definitions.json
setup/pgadmin/servers.json
setup/nginx/*.conf
muz_app
muzai_app
head_meta.html
favicon/
cantaloupe.properties

# including only test dataset
Expand Down
8 changes: 8 additions & 0 deletions app/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,12 @@ table, th, td {
}
.footer p strong {
color: rgb(46, 51, 61)
}

/* Flash message */
.flash .message-body {
background-color: rgb(239, 250, 245);
}
.flash .message-body strong {
color: rgb(28, 90, 62)
}

0 comments on commit aaae584

Please sign in to comment.