Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css9
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;
+}