diff options
Diffstat (limited to 'auth/style.css')
-rw-r--r-- | auth/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/auth/style.css b/auth/style.css new file mode 100644 index 0000000..f3fbe99 --- /dev/null +++ b/auth/style.css @@ -0,0 +1,9 @@ +div.uservalue { + font-family: monospace; + font-size: 14pt; + font-weight: bold; + color: darkgreen; + margin-top: 2ex; + margin-bottom: 2ex; + margin-left: 2em; +} |