Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,12 @@ pygeoapi/db.sqlite3

# Pycharm project files
.idea

# AquaINFRA specific
TRASH
TRASH/*
IGNORE
IGNORE/*
pygeoapi/process/TRASH
pygeoapi/process/TRASH/*
pygeoapi/process/TEMPLATEPROCESS.py
Binary file modified docs/source/_static/favicon.ico
Binary file not shown.
Binary file added docs/source/_static/favicon.ico.pygeoapi
Binary file not shown.
9 changes: 8 additions & 1 deletion pygeoapi/static/css/default.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.bg-light {
--bs-bg-opacity: 1;
background-color: #e8ebf5;
}

.flat {
border: 0px;
}
Expand All @@ -7,7 +12,7 @@ header {
}

main {
background-color:white
background-color:rgb(232, 235, 245)
}

.crumbs {
Expand Down Expand Up @@ -64,3 +69,5 @@ mark.failed {
mark.running {
background-color: orange;
}


Binary file modified pygeoapi/static/img/favicon.ico
Binary file not shown.
Binary file added pygeoapi/static/img/favicon.ico.original
Binary file not shown.
Binary file modified pygeoapi/static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pygeoapi/static/img/logo.png.original
Binary file not shown.