fixed typo in images and color of text

This commit is contained in:
2023-02-18 08:13:55 +01:00
parent 6db89de139
commit ebf27cc6e2
4 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ def main(global_config, **settings):
""" This function returns a Pyramid WSGI application.
"""
# session factory
my_session_factory = SignedCookieSessionFactory('mGcAJn2HmNH6Hc')
my_session_factory = SignedCookieSessionFactory('4Dvw5rHvAPmZtb')
authentication_policy = AuthTktAuthenticationPolicy('wMWvAWMZnp6Lch',
callback=groupfinder, hashalg='sha512', timeout=36000)
authorization_policy = ACLAuthorizationPolicy()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 271 KiB

View File

@@ -3,7 +3,7 @@
body {
font: 100 18px/24px "Source Serif Pro", serif;
color: #4e545f;
color: rgb(90, 89, 89);
}
.monospace-font {
font-family: Monaco, "Courier New", Courier, monospace;