summaryrefslogtreecommitdiff
path: root/assets/css/utils.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/utils.css')
-rw-r--r--assets/css/utils.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/css/utils.css b/assets/css/utils.css
new file mode 100644
index 0000000..d6ab544
--- /dev/null
+++ b/assets/css/utils.css
@@ -0,0 +1,19 @@
+.flex {
+ display: flex;
+}
+
+.bold {
+ font-weight: bold;
+}
+
+.italic {
+ font-style: italic;
+}
+
+.small {
+ font-size: medium;
+}
+
+.monospace {
+ font-family: "Monaspace";
+} \ No newline at end of file