public/gitauth.css in brownbeagle-gitauth-0.0.3.3 vs public/gitauth.css in brownbeagle-gitauth-0.0.4.0

- old
+ new

@@ -275,15 +275,38 @@ text-align: center; margin-bottom: 0.75em; color: #C55E25; } - #repository-details code { display: block; white-space: pre; padding: 0.5em; font-family: Consolas, Lucida Console, Monaco, monospace; background: #F4F4F4; margin: 0.25em 0; - +} + +#error-container { + padding: 1em 3em 1.5em; +} + +#error-container h2 { + font-size: 1.5em; + text-align: center; + font-weight: bold; + padding: 0 0 0.5em; + color: red; +} + +#error-container p { + font-size: 1.2em; + line-height: 1.5em; + color: #222; + text-align: center; +} + +#error-container p code { + font-style: italic; + color: black; + font-weight: bold; } \ No newline at end of file