Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-10-04 20:53:17 +0100
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-10-04 20:53:17 +0100
commitbe71bf80d290c98c0f6a66d3dcab28515b4ea371 (patch)
treed936090c5b5c9435febfe220770ff7f25399a235 /src/style.css
Initial commit
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;
+}