mirror of
https://github.com/acid-info/peripatos.free.technology.git
synced 2025-01-27 07:36:51 +00:00
chore: misc. style updates
This commit is contained in:
parent
49898fdaf4
commit
61080b9c84
@ -1,4 +1,4 @@
|
||||
# [M4TT72 | Terminal](https://term.m4tt72.com)
|
||||
# [Peripathos](https://term.m4tt72.com)
|
||||
|
||||
A terminal style website
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Web-based terminal powered by Svelte" />
|
||||
|
||||
<title>M4TT72 | Terminal</title>
|
||||
<title>Peripathos</title>
|
||||
</head>
|
||||
|
||||
<body class="min-h-screen font-mono antialiased">
|
||||
|
14
package.json
14
package.json
@ -1,21 +1,17 @@
|
||||
{
|
||||
"name": "terminal",
|
||||
"name": "peripathos",
|
||||
"private": true,
|
||||
"version": "3.3.1",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Yassine Fathi",
|
||||
"url": "https://fathi.me",
|
||||
"email": "yassine@fathi.me"
|
||||
},
|
||||
"funding": {
|
||||
"type": "Paypal",
|
||||
"url": "https://paypal.me/yfthi"
|
||||
"name": "Institute of Free Technology",
|
||||
"url": "https://free.technology/",
|
||||
"email": "info@free.technology"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/m4tt72/terminal"
|
||||
"url": "https://github.com/acid-info/peripathos.free.technology"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #888 #f1f1f1;
|
||||
scrollbar-color: #000099 #000099;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -81,11 +81,6 @@ export const commands: Record<
|
||||
|
||||
return `Opening mailto:${packageJson.author.email}...`;
|
||||
},
|
||||
donate: () => {
|
||||
window.open(packageJson.funding.url, "_blank");
|
||||
|
||||
return "Opening donation url...";
|
||||
},
|
||||
weather: async (args: string[]) => {
|
||||
const city = args.join("+");
|
||||
|
||||
|
@ -1565,7 +1565,7 @@
|
||||
"name": "GruvboxDark",
|
||||
"black": "#000099",
|
||||
"red": "#cc241d",
|
||||
"green": "transparent",
|
||||
"green": "#fff",
|
||||
"yellow": "#d79921",
|
||||
"blue": "#458588",
|
||||
"purple": "#b16286",
|
||||
@ -1587,7 +1587,7 @@
|
||||
"name": "Gruvbox",
|
||||
"black": "#fbf1c7",
|
||||
"red": "#cc241d",
|
||||
"green": "transparent",
|
||||
"green": "#fff",
|
||||
"yellow": "#d79921",
|
||||
"blue": "#458588",
|
||||
"purple": "#b16286",
|
||||
|
Loading…
x
Reference in New Issue
Block a user