summaryrefslogtreecommitdiff
path: root/css/general.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-03-27 21:29:24 +0200
committerMinteck <contact@minteck.org>2022-03-27 21:29:24 +0200
commit226516aca48e97d3dc4e4df213bc2023e64b1afd (patch)
tree60fb4f24b75b120e7e5b0e149069b16367c48aa0 /css/general.css
downloadargon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.gz
argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.bz2
argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.zip
Initial commit
Diffstat (limited to 'css/general.css')
-rw-r--r--css/general.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/general.css b/css/general.css
new file mode 100644
index 0000000..7c330c2
--- /dev/null
+++ b/css/general.css
@@ -0,0 +1,11 @@
+html, body {
+ margin: 0;
+ padding: 0;
+ background: white;
+ color: black;
+}
+
+* {
+ font-family: "Poppins", -apple-system, "Segoe UI", "Ubuntu", sans-serif;
+ cursor: default;
+} \ No newline at end of file