-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loglevel from .env, add log & delete-me btn to privacy policy, render…
… deleted profiles as deleted
- Loading branch information
1 parent
471801d
commit b9ca3bf
Showing
9 changed files
with
188 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,32 @@ | ||
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="/static/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="/static/css/pico.classless.min.css"> | ||
<link rel="stylesheet" href="/static/css/jquery-confirm.min.css"> | ||
|
||
<style> | ||
header, main, footer { | ||
padding-top: 1rem !important; | ||
padding-bottom: 1rem !important; | ||
} | ||
|
||
.jconfirm.jconfirm-modern .jconfirm-box { | ||
background-color: var(--card-background-color) !important; | ||
} | ||
|
||
.jconfirm-bg { | ||
background-color: var(--background-color) !important; | ||
} | ||
|
||
.jconfirm-title { | ||
color: var(--h1-color) !important; | ||
} | ||
|
||
.jconfirm-content { | ||
color: var(--color) !important; | ||
} | ||
|
||
.jconfirm button { | ||
width: auto !important; | ||
} | ||
|
||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters