moved js into seperate files inside js/ directory

This commit is contained in:
Mystikfluu
2022-04-24 09:51:32 +02:00
parent 38ad788a45
commit ca1b8fb324
8 changed files with 212 additions and 181 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#posts > div > p {
#posts > div > p > span:first-child {
color: green;
}
@@ -42,5 +42,5 @@ button {
}
* {
font-family: Arial, Helvetica, sans-serif;
font-family: 'system-ui';
}