aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-05-04 12:57:59 +0300
committereug-vs <eugene@eug-vs.xyz>2022-05-04 12:57:59 +0300
commit997999bf618ea4c4fc8c4f6a27534afa97f3731a (patch)
treea2d68e90b156843fec8a729092eee57982a312e3 /src/style.css
parentf35c1cf5480f7506442ac4c9170c5e0a1a4a8b15 (diff)
downloadchrono-cube-ui-997999bf618ea4c4fc8c4f6a27534afa97f3731a.tar.gz
feat: add css
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 0000000..04b2382
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,18 @@
+html {
+ font-family: "Open Sans", sans-serif;
+ color: #ebdbb2;
+ background-color: #282828;
+}
+p {
+ margin: 1em 0;
+}
+a {
+ color: #fabd2f;
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
+}
+h1, h2, h3, h4, h5, h6 {
+ font-weight: normal;
+}