summaryrefslogtreecommitdiff
path: root/src/glibext/tokenstyle.css
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-30 20:10:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-30 20:10:50 (GMT)
commitc21a38d5af9a57e470d5445fcec354b07de784f2 (patch)
tree6c461364d39498193a8ee1a9501aed08a8eedc67 /src/glibext/tokenstyle.css
parent8043a52accf1b413362c54adb117c7786e237917 (diff)
Centralize the CSS rendering features.
Diffstat (limited to 'src/glibext/tokenstyle.css')
-rw-r--r--src/glibext/tokenstyle.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/glibext/tokenstyle.css b/src/glibext/tokenstyle.css
new file mode 100644
index 0000000..0cf9f37
--- /dev/null
+++ b/src/glibext/tokenstyle.css
@@ -0,0 +1,26 @@
+
+.token-generic {
+
+ font-family: Cousine;
+
+}
+
+
+
+
+.token-raw-full {
+
+ color: white;
+
+ font-style: italic;
+ font-weight: bold;
+
+}
+
+.token-raw-null {
+
+ color: black;
+
+ background-color: pink;
+
+}