diff options
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..ae7eab8 --- /dev/null +++ b/src/style.css @@ -0,0 +1,9 @@ +label.username { + color: rgb(4, 97, 190); + font-weight: 700; +} + +box.message { + padding-top: 2px; + padding-bottom: 2px; +} |