From be71bf80d290c98c0f6a66d3dcab28515b4ea371 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Fri, 4 Oct 2024 20:53:17 +0100 Subject: Initial commit --- src/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/style.css (limited to 'src/style.css') 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; +} -- cgit