aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-06-20 01:15:44 +0200
committerhozan23 <hozan23@karyontech.net>2024-06-20 01:15:44 +0200
commitce112e6c99cac39501fed270c3d91ae820475267 (patch)
tree294a9acecb1685a054ca9ea05b635cf76aceb83b /public
parentbf48359d2237cba4fddbff8e052b45ade0ed81c4 (diff)
add style.css fileHEADmaster
Diffstat (limited to 'public')
-rw-r--r--public/style.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
new file mode 100644
index 0000000..7da3cb5
--- /dev/null
+++ b/public/style.css
@@ -0,0 +1,25 @@
+body {
+ background: #121212;
+ font-family: sans-serif;
+}
+
+a {
+ color: #eee;
+ text-decoration: none;
+}
+
+ul {
+ list-style: none;
+ padding: 0;
+}
+
+ul li {
+ border: 2px solid #222;
+ padding: 20px;
+ margin: 10px;
+}
+
+ul li span {
+ color: #666;
+ display: block;
+}