This commit is contained in:
Sasha Koshka 2022-10-09 21:47:40 -04:00
parent 2475111ae6
commit 8ac0795fc5
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* martian theme */ /* martian theme */
:root { :root {
--glass: url("frost.webp"), #2b303c70; --glass: url("frost.webp"), #24293370;
--background: #2b303c; --background: #242933;
--foreground: #d8dee9; --foreground: #d8dee9;
--subtle-foreground: #aeb7c6; --subtle-foreground: #aeb7c6;
--outline: #3b4252; --outline: #3b4252;

View File

@ -4,7 +4,7 @@
<title>mintea</title> <title>mintea</title>
<meta content="width=device-width, initial-scale=1" name="viewport"> <meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="stylesheet" href="style.css"></link> <link rel="stylesheet" href="style.css"></link>
<link rel="stylesheet" href="arctica.css"></link> <link rel="stylesheet" href="martian.css"></link>
<script> <script>
/* /*
@licstart The following is the entire license notice for the @licstart The following is the entire license notice for the