css fixes?
This commit is contained in:
parent
34cfcae70c
commit
406d09f69e
3 changed files with 3 additions and 5 deletions
|
@ -32,12 +32,10 @@ document.getElementById(theme)?.setAttribute("selected", "true");
|
|||
</script>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<BaseHead />
|
||||
<BaseHead title="ArgentumCation / Mira" description={description}/>
|
||||
<!-- Page Information
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<meta charset="utf-8" />
|
||||
<title>ArgentumCation / Mira</title>
|
||||
<meta name="description" content={description} />
|
||||
<meta name="author" content="ArgentumCation" />
|
||||
|
||||
<!-- Mobile Specific Metas
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css";
|
||||
@import "https://unpkg.com/terminal.css@0.7.4/dist/terminal.min.css";
|
||||
|
||||
:root {
|
||||
/* Terminal Colors */
|
||||
|
|
|
@ -1 +1 @@
|
|||
@import "https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue