X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/ace226e665fa77d04a61dfd61818f6cce5df6861..a6e6dc9e303ccddf1cb6e699f5e43295af361e0f:/grauphel.css diff --git a/grauphel.css b/grauphel.css index 21c44d4..6ba1cde 100644 --- a/grauphel.css +++ b/grauphel.css @@ -13,6 +13,9 @@ .app-grauphel #app-content.list h1 { padding: 1ex; } +.app-grauphel #app-content.list > p { + margin: 2ex; +} .app-grauphel #app-content h2 { font-weight: bold; @@ -44,6 +47,13 @@ text-decoration: underline; } +.app-grauphel #app-content .error { + color: red; +} +.app-grauphel #app-content .success { + color: green; +} + .app-grauphel .oauth-authorize { margin: 2ex; text-align: center;