Fixed it
This commit is contained in:
parent
2475111ae6
commit
8ac0795fc5
@ -1,7 +1,7 @@
|
||||
/* martian theme */
|
||||
:root {
|
||||
--glass: url("frost.webp"), #2b303c70;
|
||||
--background: #2b303c;
|
||||
--glass: url("frost.webp"), #24293370;
|
||||
--background: #242933;
|
||||
--foreground: #d8dee9;
|
||||
--subtle-foreground: #aeb7c6;
|
||||
--outline: #3b4252;
|
||||
|
@ -4,7 +4,7 @@
|
||||
<title>mintea</title>
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<link rel="stylesheet" href="style.css"></link>
|
||||
<link rel="stylesheet" href="arctica.css"></link>
|
||||
<link rel="stylesheet" href="martian.css"></link>
|
||||
<script>
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
|
Loading…
Reference in New Issue
Block a user