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 @@
1.flex {
2 display: flex;
3}
4
5.bold {
6 font-weight: bold;
7}
8
9.italic {
10 font-style: italic;
11}
12
13.small {
14 font-size: medium;
15}
16
17.monospace {
18 font-family: "Monaspace";
19} \ No newline at end of file